#767BBE

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

Shades of Wild Blue Yonder #767BBE

Tints of Wild Blue Yonder #767BBE

Color information

#767BBE (or 0x767BBE) is unknown color: approx Wild Blue Yonder. HEX triplet: 76, 7B and BE. RGB value is (118,123,190). Sum of RGB (Red+Green+Blue) = 118+123+190=431 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.38% from 431); Green value is 123 (48.44% from 255 or 28.54% from 431); Blue value is 190 (74.61% from 255 or 44.08% from 431); Max value from RGB is 190 - color contains mainly: blue. Hex color #767BBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #767BBE is #898441. Grayscale: #808080. Windows color (decimal): -9012290 or 12483446. OLE color: 12483446.

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

Color convert

RGB118123190-
CMYK0.380.3500.25
HSL235.83º35.64%60.39%-
HSV(B)235.83º37.89%74.51%-
XYZ23.8521.7451.65-
YUV129.14162.34120.05-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 27.38%
GREEN value IS 123 (48.44% from 255) = 28.54%
BLUE value IS 190 (74.61% from 255) = 44.08%
R=27.38%
G=28.54%
B=44.08%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1181231900.380.3500.25235.8335.6460.39
Hex767BBE2623019ec243c
Octal16617327646430313544474
Binary111011011110111011111010011010001101100111101100100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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