#767CC0

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

Shades of Wild Blue Yonder #767CC0

Tints of Wild Blue Yonder #767CC0

Color information

#767CC0 (or 0x767CC0) is unknown color: approx Wild Blue Yonder. HEX triplet: 76, 7C and C0. RGB value is (118,124,192). Sum of RGB (Red+Green+Blue) = 118+124+192=434 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.19% from 434); Green value is 124 (48.83% from 255 or 28.57% from 434); Blue value is 192 (75.39% from 255 or 44.24% from 434); Max value from RGB is 192 - color contains mainly: blue. Hex color #767CC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #767CC0 is #89833F. Grayscale: #818181. Windows color (decimal): -9012032 or 12614774. OLE color: 12614774.

HSL color Cylindrical-coordinate representation of color #767CC0: hue angle of 235.14º 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 #767CC0 is Cyan = 0.39, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB118124192-
CMYK0.390.3500.25
HSL235.14º37%60.78%-
HSV(B)235.14º38.54%75.29%-
XYZ24.1922.0752.85-
YUV129.96163.01119.47-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 27.19%
GREEN value IS 124 (48.83% from 255) = 28.57%
BLUE value IS 192 (75.39% from 255) = 44.24%
R=27.19%
G=28.57%
B=44.24%

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
Decimal1181241920.390.3500.25235.143760.78
Hex767CC02723019eb253d
Octal16617430047430313534575
Binary111011011111001100000010011110001101100111101011100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767CC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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