Html Css Color HEX #768FCD Wild Blue Yonder

📋 copy color: '#768FCD'

red 118 ◦ green 143 ◦ blue 205

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

Shades of Wild Blue Yonder #768FCD

Tints of Wild Blue Yonder #768FCD

RGB

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

 GREEN value IS 143 (56.25% from 255) = 30.69%

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

R = 25.32%
G = 30.69%
B = 43.99%

CMYK

 C value IS 0.42

 M value IS 0.30

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#768FCD (or 0x768FCD) is known color: Wild Blue Yonder. HEX triplet: 76, 8F and CD. RGB value is (118,143,205). Sum of RGB (Red+Green+Blue) = 118+143+205=466 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.32% from 466); Green value is 143 (56.25% from 255 or 30.69% from 466); Blue value is 205 (80.47% from 255 or 43.99% from 466); Max value from RGB is 205 - color contains mainly: blue. Hex color #768FCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #768FCD is #897032. Grayscale: #8E8E8E. Windows color (decimal): -9007155 or 13471606. OLE color: 13471606.

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

Color convert

RGB 118 143 205 -
CMYK 0.42 0.30 0 0.20
HSL 222.76º 0.47% 0.63% -
HSV(B) 222.76º 0.42% 0.8% -
XYZ 28.31 27.9 61.65 -
YUV 142.59 163.22 110.46 -
System Red Green Blue C M Y K H S L
Decimal 118 143 205 0.42 0.30 0 0.20 222.76 0.47 0.63
Hex 76 8F CD 2A 1E 0 14 DF 2F 3F
Octal 166 217 315 52 36 0 24 337 57 77
Binary 1110110 10001111 11001101 101010 11110 0 10100 11011111 101111 111111

Color Harmonies of #768FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768FCD

Black with #768FCD

Text Example


Text Example

White with #768FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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