Html Css Color HEX #788CB8 Wild Blue Yonder

📋 copy color: '#788CB8'

red 120 ◦ green 140 ◦ blue 184

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

Shades of Wild Blue Yonder #788CB8

Tints of Wild Blue Yonder #788CB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 41.44%

R = 27.03%
G = 31.53%
B = 41.44%

CMYK

 C value IS 0.35

 M value IS 0.24

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#788CB8 (or 0x788CB8) is known color: Wild Blue Yonder. HEX triplet: 78, 8C and B8. RGB value is (120,140,184). Sum of RGB (Red+Green+Blue) = 120+140+184=444 (58% of max value = 765). Red value is 120 (47.27% from 255 or 27.03% from 444); Green value is 140 (55.08% from 255 or 31.53% from 444); Blue value is 184 (72.27% from 255 or 41.44% from 444); Max value from RGB is 184 - color contains mainly: blue. Hex color #788CB8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #788CB8 is #877347. Grayscale: #8A8A8A. Windows color (decimal): -8876872 or 12094584. OLE color: 12094584.

HSL color Cylindrical-coordinate representation of color #788CB8: hue angle of 221.25º degrees, saturation: 0.31, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #788CB8 is Cyan = 0.35, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 120 140 184 -
CMYK 0.35 0.24 0 0.28
HSL 221.25º 0.31% 0.6% -
HSV(B) 221.25º 0.35% 0.72% -
XYZ 25.78 26.21 49.05 -
YUV 139.04 153.37 114.42 -
System Red Green Blue C M Y K H S L
Decimal 120 140 184 0.35 0.24 0 0.28 221.25 0.31 0.6
Hex 78 8C B8 23 18 0 1C DD 1F 3C
Octal 170 214 270 43 30 0 34 335 37 74
Binary 1111000 10001100 10111000 100011 11000 0 11100 11011101 11111 111100

Color Harmonies of #788CB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #788CB8

Black with #788CB8

Text Example


Text Example

White with #788CB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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