Html Css Color HEX #768DCA Wild Blue Yonder

📋 copy color: '#768DCA'

red 118 ◦ green 141 ◦ blue 202

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

Shades of Wild Blue Yonder #768DCA

Tints of Wild Blue Yonder #768DCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 43.82%

R = 25.6%
G = 30.59%
B = 43.82%

CMYK

 C value IS 0.42

 M value IS 0.30

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#768DCA (or 0x768DCA) is known color: Wild Blue Yonder. HEX triplet: 76, 8D and CA. RGB value is (118,141,202). Sum of RGB (Red+Green+Blue) = 118+141+202=461 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.60% from 461); Green value is 141 (55.47% from 255 or 30.59% from 461); Blue value is 202 (79.30% from 255 or 43.82% from 461); Max value from RGB is 202 - color contains mainly: blue. Hex color #768DCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #768DCA is #897235. Grayscale: #8C8C8C. Windows color (decimal): -9007670 or 13274486. OLE color: 13274486.

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

Color convert

RGB 118 141 202 -
CMYK 0.42 0.30 0 0.21
HSL 223.57º 0.44% 0.63% -
HSV(B) 223.57º 0.42% 0.79% -
XYZ 27.66 27.17 59.66 -
YUV 141.08 162.38 111.54 -
System Red Green Blue C M Y K H S L
Decimal 118 141 202 0.42 0.30 0 0.21 223.57 0.44 0.63
Hex 76 8D CA 2A 1E 0 15 E0 2C 3F
Octal 166 215 312 52 36 0 25 340 54 77
Binary 1110110 10001101 11001010 101010 11110 0 10101 11100000 101100 111111

Color Harmonies of #768DCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768DCA

Black with #768DCA

Text Example


Text Example

White with #768DCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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