#767DBB

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

Shades of Wild Blue Yonder #767DBB

Tints of Wild Blue Yonder #767DBB

Color information

#767DBB (or 0x767DBB) is unknown color: approx Wild Blue Yonder. HEX triplet: 76, 7D and BB. RGB value is (118,125,187). Sum of RGB (Red+Green+Blue) = 118+125+187=430 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.44% from 430); Green value is 125 (49.22% from 255 or 29.07% from 430); Blue value is 187 (73.44% from 255 or 43.49% from 430); Max value from RGB is 187 - color contains mainly: blue. Hex color #767DBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #767DBB is #898244. Grayscale: #818181. Windows color (decimal): -9011781 or 12287350. OLE color: 12287350.

HSL color Cylindrical-coordinate representation of color #767DBB: hue angle of 233.91º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #767DBB is Cyan = 0.37, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB118125187-
CMYK0.370.3300.27
HSL233.91º33.66%59.8%-
HSV(B)233.91º36.9%73.33%-
XYZ23.7722.1150.03-
YUV129.98160.18119.46-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 27.44%
GREEN value IS 125 (49.22% from 255) = 29.07%
BLUE value IS 187 (73.44% from 255) = 43.49%
R=27.44%
G=29.07%
B=43.49%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1181251870.370.3300.27233.9133.6659.8
Hex767DBB252101Bea223c
Octal16617527345410333524274
Binary111011011111011011101110010110000101101111101010100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767DBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,125,187); }

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

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

 a { background-color: rgb(118,125,187); }

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

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

 span { border-color: rgb(118,125,187); }

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