Html Css Color HEX #788BBD Wild Blue Yonder

📋 copy color: '#788BBD'

red 120 ◦ green 139 ◦ blue 189

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

Shades of Wild Blue Yonder #788BBD

Tints of Wild Blue Yonder #788BBD

RGB

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

 GREEN value IS 139 (54.69% from 255) = 31.03%

 BLUE value IS 189 (74.22% from 255) = 42.19%

R = 26.79%
G = 31.03%
B = 42.19%

CMYK

 C value IS 0.37

 M value IS 0.26

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#788BBD (or 0x788BBD) is known color: Wild Blue Yonder. HEX triplet: 78, 8B and BD. RGB value is (120,139,189). Sum of RGB (Red+Green+Blue) = 120+139+189=448 (59% of max value = 765). Red value is 120 (47.27% from 255 or 26.79% from 448); Green value is 139 (54.69% from 255 or 31.03% from 448); Blue value is 189 (74.22% from 255 or 42.19% from 448); Max value from RGB is 189 - color contains mainly: blue. Hex color #788BBD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #788BBD is #877442. Grayscale: #8A8A8A. Windows color (decimal): -8877123 or 12422008. OLE color: 12422008.

HSL color Cylindrical-coordinate representation of color #788BBD: hue angle of 223.48º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #788BBD is Cyan = 0.37, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 120 139 189 -
CMYK 0.37 0.26 0 0.26
HSL 223.48º 0.34% 0.61% -
HSV(B) 223.48º 0.37% 0.74% -
XYZ 26.16 26.13 51.81 -
YUV 139.02 156.21 114.43 -
System Red Green Blue C M Y K H S L
Decimal 120 139 189 0.37 0.26 0 0.26 223.48 0.34 0.61
Hex 78 8B BD 25 1A 0 1A DF 22 3D
Octal 170 213 275 45 32 0 32 337 42 75
Binary 1111000 10001011 10111101 100101 11010 0 11010 11011111 100010 111101

Color Harmonies of #788BBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #788BBD

Black with #788BBD

Text Example


Text Example

White with #788BBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,139,189); }

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

background-color css

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

 a { background-color: rgb(120,139,189); }

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

border-color css

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

 span { border-color: rgb(120,139,189); }

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