Html Css Color HEX #788DCF Wild Blue Yonder

📋 copy color: '#788DCF'

red 120 ◦ green 141 ◦ blue 207

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

Shades of Wild Blue Yonder #788DCF

Tints of Wild Blue Yonder #788DCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 44.23%

R = 25.64%
G = 30.13%
B = 44.23%

CMYK

 C value IS 0.42

 M value IS 0.32

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#788DCF (or 0x788DCF) is known color: Wild Blue Yonder. HEX triplet: 78, 8D and CF. RGB value is (120,141,207). Sum of RGB (Red+Green+Blue) = 120+141+207=468 (61% of max value = 765). Red value is 120 (47.27% from 255 or 25.64% from 468); Green value is 141 (55.47% from 255 or 30.13% from 468); Blue value is 207 (81.25% from 255 or 44.23% from 468); Max value from RGB is 207 - color contains mainly: blue. Hex color #788DCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #788DCF is #877230. Grayscale: #8D8D8D. Windows color (decimal): -8876593 or 13602168. OLE color: 13602168.

HSL color Cylindrical-coordinate representation of color #788DCF: hue angle of 225.52º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #788DCF is Cyan = 0.42, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 120 141 207 -
CMYK 0.42 0.32 0 0.19
HSL 225.52º 0.48% 0.64% -
HSV(B) 225.52º 0.42% 0.81% -
XYZ 28.53 27.55 62.84 -
YUV 142.25 164.54 112.13 -
System Red Green Blue C M Y K H S L
Decimal 120 141 207 0.42 0.32 0 0.19 225.52 0.48 0.64
Hex 78 8D CF 2A 20 0 13 E2 30 40
Octal 170 215 317 52 40 0 23 342 60 100
Binary 1111000 10001101 11001111 101010 100000 0 10011 11100010 110000 1000000

Color Harmonies of #788DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #788DCF

Black with #788DCF

Text Example


Text Example

White with #788DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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