#767FBE

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

Shades of Wild Blue Yonder #767FBE

Tints of Wild Blue Yonder #767FBE

Color information

#767FBE (or 0x767FBE) is unknown color: approx Wild Blue Yonder. HEX triplet: 76, 7F and BE. RGB value is (118,127,190). Sum of RGB (Red+Green+Blue) = 118+127+190=435 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.13% from 435); Green value is 127 (50% from 255 or 29.20% from 435); Blue value is 190 (74.61% from 255 or 43.68% from 435); Max value from RGB is 190 - color contains mainly: blue. Hex color #767FBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #767FBE is #898041. Grayscale: #838383. Windows color (decimal): -9011266 or 12484470. OLE color: 12484470.

HSL color Cylindrical-coordinate representation of color #767FBE: hue angle of 232.5º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #767FBE is Cyan = 0.38, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB118127190-
CMYK0.380.3300.25
HSL232.5º35.64%60.39%-
HSV(B)232.5º37.89%74.51%-
XYZ24.3522.7551.82-
YUV131.49161.02118.38-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 27.13%
GREEN value IS 127 (50% from 255) = 29.20%
BLUE value IS 190 (74.61% from 255) = 43.68%
R=27.13%
G=29.20%
B=43.68%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1181271900.380.3300.25232.535.6460.39
Hex767FBE2621019e8243c
Octal16617727646410313504474
Binary111011011111111011111010011010000101100111101000100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,127,190); }

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

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

 a { background-color: rgb(118,127,190); }

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

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

 span { border-color: rgb(118,127,190); }

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