Html Css Color HEX #768ECD Wild Blue Yonder

📋 copy color: '#768ECD'

red 118 ◦ green 142 ◦ blue 205

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

Shades of Wild Blue Yonder #768ECD

Tints of Wild Blue Yonder #768ECD

RGB

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

 GREEN value IS 142 (55.86% from 255) = 30.54%

 BLUE value IS 205 (80.47% from 255) = 44.09%

R = 25.38%
G = 30.54%
B = 44.09%

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

#768ECD (or 0x768ECD) is known color: Wild Blue Yonder. HEX triplet: 76, 8E and CD. RGB value is (118,142,205). Sum of RGB (Red+Green+Blue) = 118+142+205=465 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.38% from 465); Green value is 142 (55.86% from 255 or 30.54% from 465); Blue value is 205 (80.47% from 255 or 44.09% from 465); Max value from RGB is 205 - color contains mainly: blue. Hex color #768ECD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #768ECD is #897132. Grayscale: #8D8D8D. Windows color (decimal): -9007411 or 13471350. OLE color: 13471350.

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

Color convert

RGB 118 142 205 -
CMYK 0.42 0.31 0 0.20
HSL 223.45º 0.47% 0.63% -
HSV(B) 223.45º 0.42% 0.8% -
XYZ 28.16 27.61 61.6 -
YUV 142.01 163.55 110.88 -
System Red Green Blue C M Y K H S L
Decimal 118 142 205 0.42 0.31 0 0.20 223.45 0.47 0.63
Hex 76 8E CD 2A 1F 0 14 DF 2F 3F
Octal 166 216 315 52 37 0 24 337 57 77
Binary 1110110 10001110 11001101 101010 11111 0 10100 11011111 101111 111111

Color Harmonies of #768ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768ECD

Black with #768ECD

Text Example


Text Example

White with #768ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,142,205); }

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

background-color css

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

 a { background-color: rgb(118,142,205); }

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

border-color css

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

 span { border-color: rgb(118,142,205); }

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