Html Css Color HEX #788CCE Wild Blue Yonder

📋 copy color: '#788CCE'

red 120 ◦ green 140 ◦ blue 206

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

Shades of Wild Blue Yonder #788CCE

Tints of Wild Blue Yonder #788CCE

RGB

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

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

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

R = 25.75%
G = 30.04%
B = 44.21%

CMYK

 C value IS 0.42

 M value IS 0.32

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#788CCE (or 0x788CCE) is known color: Wild Blue Yonder. HEX triplet: 78, 8C and CE. RGB value is (120,140,206). Sum of RGB (Red+Green+Blue) = 120+140+206=466 (61% of max value = 765). Red value is 120 (47.27% from 255 or 25.75% from 466); Green value is 140 (55.08% from 255 or 30.04% from 466); Blue value is 206 (80.86% from 255 or 44.21% from 466); Max value from RGB is 206 - color contains mainly: blue. Hex color #788CCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #788CCE is #877331. Grayscale: #8D8D8D. Windows color (decimal): -8876850 or 13536376. OLE color: 13536376.

HSL color Cylindrical-coordinate representation of color #788CCE: hue angle of 226.05º 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 #788CCE is Cyan = 0.42, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 120 140 206 -
CMYK 0.42 0.32 0 0.19
HSL 226.05º 0.47% 0.64% -
HSV(B) 226.05º 0.42% 0.81% -
XYZ 28.26 27.21 62.15 -
YUV 141.54 164.37 112.63 -
System Red Green Blue C M Y K H S L
Decimal 120 140 206 0.42 0.32 0 0.19 226.05 0.47 0.64
Hex 78 8C CE 2A 20 0 13 E2 2F 40
Octal 170 214 316 52 40 0 23 342 57 100
Binary 1111000 10001100 11001110 101010 100000 0 10011 11100010 101111 1000000

Color Harmonies of #788CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #788CCE

Black with #788CCE

Text Example


Text Example

White with #788CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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