Html Css Color HEX #788ABF Wild Blue Yonder

📋 copy color: '#788ABF'

red 120 ◦ green 138 ◦ blue 191

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

Shades of Wild Blue Yonder #788ABF

Tints of Wild Blue Yonder #788ABF

RGB

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

 GREEN value IS 138 (54.3% from 255) = 30.73%

 BLUE value IS 191 (75% from 255) = 42.54%

R = 26.73%
G = 30.73%
B = 42.54%

CMYK

 C value IS 0.37

 M value IS 0.28

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#788ABF (or 0x788ABF) is known color: Wild Blue Yonder. HEX triplet: 78, 8A and BF. RGB value is (120,138,191). Sum of RGB (Red+Green+Blue) = 120+138+191=449 (59% of max value = 765). Red value is 120 (47.27% from 255 or 26.73% from 449); Green value is 138 (54.30% from 255 or 30.73% from 449); Blue value is 191 (75% from 255 or 42.54% from 449); Max value from RGB is 191 - color contains mainly: blue. Hex color #788ABF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #788ABF is #877540. Grayscale: #8A8A8A. Windows color (decimal): -8877377 or 12552824. OLE color: 12552824.

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

Color convert

RGB 120 138 191 -
CMYK 0.37 0.28 0 0.25
HSL 224.79º 0.36% 0.61% -
HSV(B) 224.79º 0.37% 0.75% -
XYZ 26.24 25.93 52.91 -
YUV 138.66 157.54 114.69 -
System Red Green Blue C M Y K H S L
Decimal 120 138 191 0.37 0.28 0 0.25 224.79 0.36 0.61
Hex 78 8A BF 25 1C 0 19 E1 24 3D
Octal 170 212 277 45 34 0 31 341 44 75
Binary 1111000 10001010 10111111 100101 11100 0 11001 11100001 100100 111101

Color Harmonies of #788ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #788ABF

Black with #788ABF

Text Example


Text Example

White with #788ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,138,191); }

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

background-color css

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

 a { background-color: rgb(120,138,191); }

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

border-color css

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

 span { border-color: rgb(120,138,191); }

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