Html Css Color HEX #788ACE Wild Blue Yonder

📋 copy color: '#788ACE'

red 120 ◦ green 138 ◦ blue 206

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

Shades of Wild Blue Yonder #788ACE

Tints of Wild Blue Yonder #788ACE

RGB

 RED value IS 120 (47.27% from 255) = 25.86%

 GREEN value IS 138 (54.3% from 255) = 29.74%

 BLUE value IS 206 (80.86% from 255) = 44.4%

R = 25.86%
G = 29.74%
B = 44.4%

CMYK

 C value IS 0.42

 M value IS 0.33

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#788ACE (or 0x788ACE) is known color: Wild Blue Yonder. HEX triplet: 78, 8A and CE. RGB value is (120,138,206). Sum of RGB (Red+Green+Blue) = 120+138+206=464 (61% of max value = 765). Red value is 120 (47.27% from 255 or 25.86% from 464); Green value is 138 (54.30% from 255 or 29.74% from 464); Blue value is 206 (80.86% from 255 or 44.40% from 464); Max value from RGB is 206 - color contains mainly: blue. Hex color #788ACE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #788ACE is #877531. Grayscale: #8C8C8C. Windows color (decimal): -8877362 or 13535864. OLE color: 13535864.

HSL color Cylindrical-coordinate representation of color #788ACE: hue angle of 227.44º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #788ACE is Cyan = 0.42, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 120 138 206 -
CMYK 0.42 0.33 0 0.19
HSL 227.44º 0.47% 0.64% -
HSV(B) 227.44º 0.42% 0.81% -
XYZ 27.97 26.63 62.06 -
YUV 140.37 165.04 113.47 -
System Red Green Blue C M Y K H S L
Decimal 120 138 206 0.42 0.33 0 0.19 227.44 0.47 0.64
Hex 78 8A CE 2A 21 0 13 E3 2F 40
Octal 170 212 316 52 41 0 23 343 57 100
Binary 1111000 10001010 11001110 101010 100001 0 10011 11100011 101111 1000000

Color Harmonies of #788ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #788ACE

Black with #788ACE

Text Example


Text Example

White with #788ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #788ACE; }

 p { color: rgb(120,138,206); }

 H1.HeaderClassName
 {
   color: #788ACE;
 }
 .AnyTagClassName
 {
   color: #788ACE;
 }
</style>

background-color css

<style>
 a { background-color: #788ACE; }

 a { background-color: rgb(120,138,206); }

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

border-color css

<style>
 span { border-color: #788ACE; }

 span { border-color: rgb(120,138,206); }

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