Html Css Color HEX #788CB9 Wild Blue Yonder

📋 copy color: '#788CB9'

red 120 ◦ green 140 ◦ blue 185

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

Shades of Wild Blue Yonder #788CB9

Tints of Wild Blue Yonder #788CB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 41.57%

R = 26.97%
G = 31.46%
B = 41.57%

CMYK

 C value IS 0.35

 M value IS 0.24

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#788CB9 (or 0x788CB9) is known color: Wild Blue Yonder. HEX triplet: 78, 8C and B9. RGB value is (120,140,185). Sum of RGB (Red+Green+Blue) = 120+140+185=445 (58% of max value = 765). Red value is 120 (47.27% from 255 or 26.97% from 445); Green value is 140 (55.08% from 255 or 31.46% from 445); Blue value is 185 (72.66% from 255 or 41.57% from 445); Max value from RGB is 185 - color contains mainly: blue. Hex color #788CB9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #788CB9 is #877346. Grayscale: #8A8A8A. Windows color (decimal): -8876871 or 12160120. OLE color: 12160120.

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

Color convert

RGB 120 140 185 -
CMYK 0.35 0.24 0 0.27
HSL 221.54º 0.32% 0.6% -
HSV(B) 221.54º 0.35% 0.73% -
XYZ 25.88 26.25 49.6 -
YUV 139.15 153.87 114.34 -
System Red Green Blue C M Y K H S L
Decimal 120 140 185 0.35 0.24 0 0.27 221.54 0.32 0.6
Hex 78 8C B9 23 18 0 1B DE 20 3C
Octal 170 214 271 43 30 0 33 336 40 74
Binary 1111000 10001100 10111001 100011 11000 0 11011 11011110 100000 111100

Color Harmonies of #788CB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #788CB9

Black with #788CB9

Text Example


Text Example

White with #788CB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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