#767BB8

Color #767BB8 Wild Blue Yonder (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Blue Yonder #767BB8

Tints of Wild Blue Yonder #767BB8

Color information

#767BB8 (or 0x767BB8) is unknown color: approx Wild Blue Yonder. HEX triplet: 76, 7B and B8. RGB value is (118,123,184). Sum of RGB (Red+Green+Blue) = 118+123+184=425 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.76% from 425); Green value is 123 (48.44% from 255 or 28.94% from 425); Blue value is 184 (72.27% from 255 or 43.29% from 425); Max value from RGB is 184 - color contains mainly: blue. Hex color #767BB8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #767BB8 is #898447. Grayscale: #808080. Windows color (decimal): -9012296 or 12090230. OLE color: 12090230.

HSL color Cylindrical-coordinate representation of color #767BB8: hue angle of 235.45º degrees, saturation: 0.32, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #767BB8 is Cyan = 0.36, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB118123184-
CMYK0.360.3300.28
HSL235.45º31.73%59.22%-
HSV(B)235.45º35.87%72.16%-
XYZ23.2121.4848.27-
YUV128.46159.34120.54-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 118 (46.48% from 255) = 27.76%
GREEN value IS 123 (48.44% from 255) = 28.94%
BLUE value IS 184 (72.27% from 255) = 43.29%
R=27.76%
G=28.94%
B=43.29%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1181231840.360.3300.28235.4531.7359.22
Hex767BB8242101Ceb203b
Octal16617327044410343534073
Binary111011011110111011100010010010000101110011101011100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767BB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767BB8; }

 p { color: rgb(118,123,184); }

 H1.HeaderClassName
 {
   color: #767BB8;
 }
 .AnyTagClassName
 {
   color: #767BB8;
 }
</style>
background-color css

<style>
 a { background-color: #767BB8; }

 a { background-color: rgb(118,123,184); }

 div.DivClassName
 {
   background-color: #767BB8;
 }
 .BgClassName
 {
   background-color: #767BB8;
 }
</style>
border-color css

<style>
 span { border-color: #767BB8; }

 span { border-color: rgb(118,123,184); }

 td.TdClassName
 {
   border-color: #767BB8;
 }
 .TagClassName
 {
   border-color: #767BB8;
 }
</style>