#767DC0

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

Shades of Wild Blue Yonder #767DC0

Tints of Wild Blue Yonder #767DC0

Color information

#767DC0 (or 0x767DC0) is unknown color: approx Wild Blue Yonder. HEX triplet: 76, 7D and C0. RGB value is (118,125,192). Sum of RGB (Red+Green+Blue) = 118+125+192=435 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.13% from 435); Green value is 125 (49.22% from 255 or 28.74% from 435); Blue value is 192 (75.39% from 255 or 44.14% from 435); Max value from RGB is 192 - color contains mainly: blue. Hex color #767DC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #767DC0 is #89823F. Grayscale: #828282. Windows color (decimal): -9011776 or 12615030. OLE color: 12615030.

HSL color Cylindrical-coordinate representation of color #767DC0: hue angle of 234.32º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #767DC0 is Cyan = 0.39, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB118125192-
CMYK0.390.3500.25
HSL234.32º37%60.78%-
HSV(B)234.32º38.54%75.29%-
XYZ24.3222.3252.9-
YUV130.54162.68119.05-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 27.13%
GREEN value IS 125 (49.22% from 255) = 28.74%
BLUE value IS 192 (75.39% from 255) = 44.14%
R=27.13%
G=28.74%
B=44.14%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1181251920.390.3500.25234.323760.78
Hex767DC02723019ea253d
Octal16617530047430313524575
Binary111011011111011100000010011110001101100111101010100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767DC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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