#768CCB

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

Shades of Wild Blue Yonder #768CCB

Tints of Wild Blue Yonder #768CCB

Color information

#768CCB (or 0x768CCB) is unknown color: approx Wild Blue Yonder. HEX triplet: 76, 8C and CB. RGB value is (118,140,203). Sum of RGB (Red+Green+Blue) = 118+140+203=461 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.60% from 461); Green value is 140 (55.08% from 255 or 30.37% from 461); Blue value is 203 (79.69% from 255 or 44.03% from 461); Max value from RGB is 203 - color contains mainly: blue. Hex color #768CCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #768CCB is #897334. Grayscale: #8C8C8C. Windows color (decimal): -9007925 or 13339766. OLE color: 13339766.

HSL color Cylindrical-coordinate representation of color #768CCB: hue angle of 224.47º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #768CCB is Cyan = 0.42, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB118140203-
CMYK0.420.3100.20
HSL224.47º44.97%62.94%-
HSV(B)224.47º41.87%79.61%-
XYZ27.6326.9260.24-
YUV140.6163.21111.88-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 25.60%
GREEN value IS 140 (55.08% from 255) = 30.37%
BLUE value IS 203 (79.69% from 255) = 44.03%
R=25.60%
G=30.37%
B=44.03%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1181402030.420.3100.20224.4744.9762.94
Hex768CCB2A1F014e02d3f
Octal16621431352370243405577
Binary111011010001100110010111010101111101010011100000101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768CCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #768CCB; }

 p { color: rgb(118,140,203); }

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

<style>
 a { background-color: #768CCB; }

 a { background-color: rgb(118,140,203); }

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

<style>
 span { border-color: #768CCB; }

 span { border-color: rgb(118,140,203); }

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