Html Css Color HEX #768DCD Wild Blue Yonder

📋 copy color: '#768DCD'

red 118 ◦ green 141 ◦ blue 205

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

Shades of Wild Blue Yonder #768DCD

Tints of Wild Blue Yonder #768DCD

RGB

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

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

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

R = 25.43%
G = 30.39%
B = 44.18%

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

#768DCD (or 0x768DCD) is known color: Wild Blue Yonder. HEX triplet: 76, 8D and CD. RGB value is (118,141,205). Sum of RGB (Red+Green+Blue) = 118+141+205=464 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.43% from 464); Green value is 141 (55.47% from 255 or 30.39% from 464); Blue value is 205 (80.47% from 255 or 44.18% from 464); Max value from RGB is 205 - color contains mainly: blue. Hex color #768DCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #768DCD is #897232. Grayscale: #8D8D8D. Windows color (decimal): -9007667 or 13471094. OLE color: 13471094.

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

Color convert

RGB 118 141 205 -
CMYK 0.42 0.31 0 0.20
HSL 224.14º 0.47% 0.63% -
HSV(B) 224.14º 0.42% 0.8% -
XYZ 28.02 27.31 61.55 -
YUV 141.42 163.88 111.3 -
System Red Green Blue C M Y K H S L
Decimal 118 141 205 0.42 0.31 0 0.20 224.14 0.47 0.63
Hex 76 8D CD 2A 1F 0 14 E0 2F 3F
Octal 166 215 315 52 37 0 24 340 57 77
Binary 1110110 10001101 11001101 101010 11111 0 10100 11100000 101111 111111

Color Harmonies of #768DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768DCD

Black with #768DCD

Text Example


Text Example

White with #768DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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