Html Css Color HEX #788ABC Wild Blue Yonder

📋 copy color: '#788ABC'

red 120 ◦ green 138 ◦ blue 188

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

Shades of Wild Blue Yonder #788ABC

Tints of Wild Blue Yonder #788ABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 42.15%

R = 26.91%
G = 30.94%
B = 42.15%

CMYK

 C value IS 0.36

 M value IS 0.27

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#788ABC (or 0x788ABC) is known color: Wild Blue Yonder. HEX triplet: 78, 8A and BC. RGB value is (120,138,188). Sum of RGB (Red+Green+Blue) = 120+138+188=446 (59% of max value = 765). Red value is 120 (47.27% from 255 or 26.91% from 446); Green value is 138 (54.30% from 255 or 30.94% from 446); Blue value is 188 (73.83% from 255 or 42.15% from 446); Max value from RGB is 188 - color contains mainly: blue. Hex color #788ABC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #788ABC is #877543. Grayscale: #8A8A8A. Windows color (decimal): -8877380 or 12356216. OLE color: 12356216.

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

Color convert

RGB 120 138 188 -
CMYK 0.36 0.27 0 0.26
HSL 224.12º 0.34% 0.6% -
HSV(B) 224.12º 0.36% 0.74% -
XYZ 25.91 25.8 51.19 -
YUV 138.32 156.04 114.93 -
System Red Green Blue C M Y K H S L
Decimal 120 138 188 0.36 0.27 0 0.26 224.12 0.34 0.6
Hex 78 8A BC 24 1B 0 1A E0 22 3C
Octal 170 212 274 44 33 0 32 340 42 74
Binary 1111000 10001010 10111100 100100 11011 0 11010 11100000 100010 111100

Color Harmonies of #788ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #788ABC

Black with #788ABC

Text Example


Text Example

White with #788ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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