Html Css Color HEX #788ABA Wild Blue Yonder

📋 copy color: '#788ABA'

red 120 ◦ green 138 ◦ blue 186

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

Shades of Wild Blue Yonder #788ABA

Tints of Wild Blue Yonder #788ABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 41.89%

R = 27.03%
G = 31.08%
B = 41.89%

CMYK

 C value IS 0.35

 M value IS 0.26

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#788ABA (or 0x788ABA) is known color: Wild Blue Yonder. HEX triplet: 78, 8A and BA. RGB value is (120,138,186). Sum of RGB (Red+Green+Blue) = 120+138+186=444 (58% of max value = 765). Red value is 120 (47.27% from 255 or 27.03% from 444); Green value is 138 (54.30% from 255 or 31.08% from 444); Blue value is 186 (73.05% from 255 or 41.89% from 444); Max value from RGB is 186 - color contains mainly: blue. Hex color #788ABA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #788ABA is #877545. Grayscale: #898989. Windows color (decimal): -8877382 or 12225144. OLE color: 12225144.

HSL color Cylindrical-coordinate representation of color #788ABA: hue angle of 223.64º 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 #788ABA is Cyan = 0.35, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 120 138 186 -
CMYK 0.35 0.26 0 0.27
HSL 223.64º 0.32% 0.6% -
HSV(B) 223.64º 0.35% 0.73% -
XYZ 25.7 25.72 50.06 -
YUV 138.09 155.04 115.1 -
System Red Green Blue C M Y K H S L
Decimal 120 138 186 0.35 0.26 0 0.27 223.64 0.32 0.6
Hex 78 8A BA 23 1A 0 1B E0 20 3C
Octal 170 212 272 43 32 0 33 340 40 74
Binary 1111000 10001010 10111010 100011 11010 0 11011 11100000 100000 111100

Color Harmonies of #788ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #788ABA

Black with #788ABA

Text Example


Text Example

White with #788ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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