Html Css Color HEX #768CCC Wild Blue Yonder

📋 copy color: '#768CCC'

red 118 ◦ green 140 ◦ blue 204

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

Shades of Wild Blue Yonder #768CCC

Tints of Wild Blue Yonder #768CCC

RGB

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

 GREEN value IS 140 (55.08% from 255) = 30.3%

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

R = 25.54%
G = 30.3%
B = 44.16%

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

#768CCC (or 0x768CCC) is known color: Wild Blue Yonder. HEX triplet: 76, 8C and CC. RGB value is (118,140,204). Sum of RGB (Red+Green+Blue) = 118+140+204=462 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.54% from 462); Green value is 140 (55.08% from 255 or 30.30% from 462); Blue value is 204 (80.08% from 255 or 44.16% from 462); Max value from RGB is 204 - color contains mainly: blue. Hex color #768CCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #768CCC is #897333. Grayscale: #8C8C8C. Windows color (decimal): -9007924 or 13405302. OLE color: 13405302.

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

Color convert

RGB 118 140 204 -
CMYK 0.42 0.31 0 0.2
HSL 224.65º 0.46% 0.63% -
HSV(B) 224.65º 0.42% 0.8% -
XYZ 27.75 26.97 60.87 -
YUV 140.72 163.71 111.8 -
System Red Green Blue C M Y K H S L
Decimal 118 140 204 0.42 0.31 0 0.2 224.65 0.46 0.63
Hex 76 8C CC 2A 1F 0 14 E1 2E 3F
Octal 166 214 314 52 37 0 24 341 56 77
Binary 1110110 10001100 11001100 101010 11111 0 10100 11100001 101110 111111

Color Harmonies of #768CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768CCC

Black with #768CCC

Text Example


Text Example

White with #768CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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