Html Css Color HEX #788FC0 Wild Blue Yonder

📋 copy color: '#788FC0'

red 120 ◦ green 143 ◦ blue 192

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

Shades of Wild Blue Yonder #788FC0

Tints of Wild Blue Yonder #788FC0

RGB

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

 GREEN value IS 143 (56.25% from 255) = 31.43%

 BLUE value IS 192 (75.39% from 255) = 42.2%

R = 26.37%
G = 31.43%
B = 42.2%

CMYK

 C value IS 0.38

 M value IS 0.26

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#788FC0 (or 0x788FC0) is known color: Wild Blue Yonder. HEX triplet: 78, 8F and C0. RGB value is (120,143,192). Sum of RGB (Red+Green+Blue) = 120+143+192=455 (60% of max value = 765). Red value is 120 (47.27% from 255 or 26.37% from 455); Green value is 143 (56.25% from 255 or 31.43% from 455); Blue value is 192 (75.39% from 255 or 42.20% from 455); Max value from RGB is 192 - color contains mainly: blue. Hex color #788FC0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #788FC0 is #87703F. Grayscale: #8D8D8D. Windows color (decimal): -8876096 or 12619640. OLE color: 12619640.

HSL color Cylindrical-coordinate representation of color #788FC0: hue angle of 220.83º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #788FC0 is Cyan = 0.38, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 120 143 192 -
CMYK 0.38 0.26 0 0.25
HSL 220.83º 0.36% 0.61% -
HSV(B) 220.83º 0.38% 0.75% -
XYZ 27.08 27.44 53.74 -
YUV 141.71 156.38 112.52 -
System Red Green Blue C M Y K H S L
Decimal 120 143 192 0.38 0.26 0 0.25 220.83 0.36 0.61
Hex 78 8F C0 26 1A 0 19 DD 24 3D
Octal 170 217 300 46 32 0 31 335 44 75
Binary 1111000 10001111 11000000 100110 11010 0 11001 11011101 100100 111101

Color Harmonies of #788FC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #788FC0

Black with #788FC0

Text Example


Text Example

White with #788FC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,143,192); }

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

background-color css

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

 a { background-color: rgb(120,143,192); }

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

border-color css

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

 span { border-color: rgb(120,143,192); }

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