Html Css Color HEX #768DCB Wild Blue Yonder

📋 copy color: '#768DCB'

red 118 ◦ green 141 ◦ blue 203

#768DCB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wild Blue Yonder #768DCB

Tints of Wild Blue Yonder #768DCB

RGB

 RED value IS 118 (46.48% from 255) = 25.54%

 GREEN value IS 141 (55.47% from 255) = 30.52%

 BLUE value IS 203 (79.69% from 255) = 43.94%

R = 25.54%
G = 30.52%
B = 43.94%

CMYK

 C value IS 0.42

 M value IS 0.31

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#768DCB (or 0x768DCB) is known color: Wild Blue Yonder. HEX triplet: 76, 8D and CB. RGB value is (118,141,203). Sum of RGB (Red+Green+Blue) = 118+141+203=462 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.54% from 462); Green value is 141 (55.47% from 255 or 30.52% from 462); Blue value is 203 (79.69% from 255 or 43.94% from 462); Max value from RGB is 203 - color contains mainly: blue. Hex color #768DCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #768DCB is #897234. Grayscale: #8C8C8C. Windows color (decimal): -9007669 or 13340022. OLE color: 13340022.

HSL color Cylindrical-coordinate representation of color #768DCB: hue angle of 223.76º 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 #768DCB is Cyan = 0.42, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 118 141 203 -
CMYK 0.42 0.31 0 0.20
HSL 223.76º 0.45% 0.63% -
HSV(B) 223.76º 0.42% 0.8% -
XYZ 27.78 27.21 60.29 -
YUV 141.19 162.88 111.46 -
System Red Green Blue C M Y K H S L
Decimal 118 141 203 0.42 0.31 0 0.20 223.76 0.45 0.63
Hex 76 8D CB 2A 1F 0 14 E0 2D 3F
Octal 166 215 313 52 37 0 24 340 55 77
Binary 1110110 10001101 11001011 101010 11111 0 10100 11100000 101101 111111

Color Harmonies of #768DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768DCB

Black with #768DCB

Text Example


Text Example

White with #768DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #768DCB;
 }
 .AnyTagClassName
 {
   color: #768DCB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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