#768BCA

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

Shades of Wild Blue Yonder #768BCA

Tints of Wild Blue Yonder #768BCA

Color information

#768BCA (or 0x768BCA) is unknown color: approx Wild Blue Yonder. HEX triplet: 76, 8B and CA. RGB value is (118,139,202). Sum of RGB (Red+Green+Blue) = 118+139+202=459 (60% of max value = 765). Red value is 118 (46.48% from 255 or 25.71% from 459); Green value is 139 (54.69% from 255 or 30.28% from 459); Blue value is 202 (79.30% from 255 or 44.01% from 459); Max value from RGB is 202 - color contains mainly: blue. Hex color #768BCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #768BCA is #897435. Grayscale: #8B8B8B. Windows color (decimal): -9008182 or 13273974. OLE color: 13273974.

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

Color convert

RGB118139202-
CMYK0.420.3100.21
HSL225º44.21%62.75%-
HSV(B)225º41.58%79.22%-
XYZ27.3626.5859.57-
YUV139.9163.04112.38-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 25.71%
GREEN value IS 139 (54.69% from 255) = 30.28%
BLUE value IS 202 (79.30% from 255) = 44.01%
R=25.71%
G=30.28%
B=44.01%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1181392020.420.3100.2122544.2162.75
Hex768BCA2A1F015e12c3f
Octal16621331252370253415477
Binary111011010001011110010101010101111101010111100001101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768BCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,139,202); }

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

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

 a { background-color: rgb(118,139,202); }

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

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

 span { border-color: rgb(118,139,202); }

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