Html Css Color HEX #788BBB Wild Blue Yonder

📋 copy color: '#788BBB'

red 120 ◦ green 139 ◦ blue 187

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

Shades of Wild Blue Yonder #788BBB

Tints of Wild Blue Yonder #788BBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 41.93%

R = 26.91%
G = 31.17%
B = 41.93%

CMYK

 C value IS 0.36

 M value IS 0.26

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#788BBB (or 0x788BBB) is known color: Wild Blue Yonder. HEX triplet: 78, 8B and BB. RGB value is (120,139,187). Sum of RGB (Red+Green+Blue) = 120+139+187=446 (59% of max value = 765). Red value is 120 (47.27% from 255 or 26.91% from 446); Green value is 139 (54.69% from 255 or 31.17% from 446); Blue value is 187 (73.44% from 255 or 41.93% from 446); Max value from RGB is 187 - color contains mainly: blue. Hex color #788BBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #788BBB is #877444. Grayscale: #8A8A8A. Windows color (decimal): -8877125 or 12290936. OLE color: 12290936.

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

Color convert

RGB 120 139 187 -
CMYK 0.36 0.26 0 0.27
HSL 222.99º 0.33% 0.6% -
HSV(B) 222.99º 0.36% 0.73% -
XYZ 25.95 26.05 50.67 -
YUV 138.79 155.21 114.6 -
System Red Green Blue C M Y K H S L
Decimal 120 139 187 0.36 0.26 0 0.27 222.99 0.33 0.6
Hex 78 8B BB 24 1A 0 1B DF 21 3C
Octal 170 213 273 44 32 0 33 337 41 74
Binary 1111000 10001011 10111011 100100 11010 0 11011 11011111 100001 111100

Color Harmonies of #788BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #788BBB

Black with #788BBB

Text Example


Text Example

White with #788BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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