Html Css Color HEX #768DCC Wild Blue Yonder

📋 copy color: '#768DCC'

red 118 ◦ green 141 ◦ blue 204

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

Shades of Wild Blue Yonder #768DCC

Tints of Wild Blue Yonder #768DCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 44.06%

R = 25.49%
G = 30.45%
B = 44.06%

CMYK

 C value IS 0.42

 M value IS 0.31

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#768DCC (or 0x768DCC) is known color: Wild Blue Yonder. HEX triplet: 76, 8D and CC. RGB value is (118,141,204). Sum of RGB (Red+Green+Blue) = 118+141+204=463 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.49% from 463); Green value is 141 (55.47% from 255 or 30.45% from 463); Blue value is 204 (80.08% from 255 or 44.06% from 463); Max value from RGB is 204 - color contains mainly: blue. Hex color #768DCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #768DCC is #897233. Grayscale: #8D8D8D. Windows color (decimal): -9007668 or 13405558. OLE color: 13405558.

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

Color convert

RGB 118 141 204 -
CMYK 0.42 0.31 0 0.2
HSL 223.95º 0.46% 0.63% -
HSV(B) 223.95º 0.42% 0.8% -
XYZ 27.9 27.26 60.92 -
YUV 141.31 163.38 111.38 -
System Red Green Blue C M Y K H S L
Decimal 118 141 204 0.42 0.31 0 0.2 223.95 0.46 0.63
Hex 76 8D CC 2A 1F 0 14 E0 2E 3F
Octal 166 215 314 52 37 0 24 340 56 77
Binary 1110110 10001101 11001100 101010 11111 0 10100 11100000 101110 111111

Color Harmonies of #768DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768DCC

Black with #768DCC

Text Example


Text Example

White with #768DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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