Html Css Color HEX #788DBC Wild Blue Yonder

📋 copy color: '#788DBC'

red 120 ◦ green 141 ◦ blue 188

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

Shades of Wild Blue Yonder #788DBC

Tints of Wild Blue Yonder #788DBC

RGB

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

 GREEN value IS 141 (55.47% from 255) = 31.4%

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

R = 26.73%
G = 31.4%
B = 41.87%

CMYK

 C value IS 0.36

 M value IS 0.25

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#788DBC (or 0x788DBC) is known color: Wild Blue Yonder. HEX triplet: 78, 8D and BC. RGB value is (120,141,188). Sum of RGB (Red+Green+Blue) = 120+141+188=449 (59% of max value = 765). Red value is 120 (47.27% from 255 or 26.73% from 449); Green value is 141 (55.47% from 255 or 31.40% from 449); Blue value is 188 (73.83% from 255 or 41.87% from 449); Max value from RGB is 188 - color contains mainly: blue. Hex color #788DBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #788DBC is #877243. Grayscale: #8B8B8B. Windows color (decimal): -8876612 or 12356984. OLE color: 12356984.

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

Color convert

RGB 120 141 188 -
CMYK 0.36 0.25 0 0.26
HSL 221.47º 0.34% 0.6% -
HSV(B) 221.47º 0.36% 0.74% -
XYZ 26.35 26.67 51.34 -
YUV 140.08 155.04 113.68 -
System Red Green Blue C M Y K H S L
Decimal 120 141 188 0.36 0.25 0 0.26 221.47 0.34 0.6
Hex 78 8D BC 24 19 0 1A DD 22 3C
Octal 170 215 274 44 31 0 32 335 42 74
Binary 1111000 10001101 10111100 100100 11001 0 11010 11011101 100010 111100

Color Harmonies of #788DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #788DBC

Black with #788DBC

Text Example


Text Example

White with #788DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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