#767CBE

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

Shades of Wild Blue Yonder #767CBE

Tints of Wild Blue Yonder #767CBE

Color information

#767CBE (or 0x767CBE) is unknown color: approx Wild Blue Yonder. HEX triplet: 76, 7C and BE. RGB value is (118,124,190). Sum of RGB (Red+Green+Blue) = 118+124+190=432 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.31% from 432); Green value is 124 (48.83% from 255 or 28.70% from 432); Blue value is 190 (74.61% from 255 or 43.98% from 432); Max value from RGB is 190 - color contains mainly: blue. Hex color #767CBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #767CBE is #898341. Grayscale: #818181. Windows color (decimal): -9012034 or 12483702. OLE color: 12483702.

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

Color convert

RGB118124190-
CMYK0.380.3500.25
HSL235º35.64%60.39%-
HSV(B)235º37.89%74.51%-
XYZ23.9721.9851.7-
YUV129.73162.01119.63-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 27.31%
GREEN value IS 124 (48.83% from 255) = 28.70%
BLUE value IS 190 (74.61% from 255) = 43.98%
R=27.31%
G=28.70%
B=43.98%

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
Decimal1181241900.380.3500.2523535.6460.39
Hex767CBE2623019eb243c
Octal16617427646430313534474
Binary111011011111001011111010011010001101100111101011100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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