Html Css Color HEX #788DCD Wild Blue Yonder

📋 copy color: '#788DCD'

red 120 ◦ green 141 ◦ blue 205

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

Shades of Wild Blue Yonder #788DCD

Tints of Wild Blue Yonder #788DCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 43.99%

R = 25.75%
G = 30.26%
B = 43.99%

CMYK

 C value IS 0.41

 M value IS 0.31

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#788DCD (or 0x788DCD) is known color: Wild Blue Yonder. HEX triplet: 78, 8D and CD. RGB value is (120,141,205). Sum of RGB (Red+Green+Blue) = 120+141+205=466 (61% of max value = 765). Red value is 120 (47.27% from 255 or 25.75% from 466); Green value is 141 (55.47% from 255 or 30.26% from 466); Blue value is 205 (80.47% from 255 or 43.99% from 466); Max value from RGB is 205 - color contains mainly: blue. Hex color #788DCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #788DCD is #877232. Grayscale: #8D8D8D. Windows color (decimal): -8876595 or 13471096. OLE color: 13471096.

HSL color Cylindrical-coordinate representation of color #788DCD: hue angle of 225.18º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #788DCD is Cyan = 0.41, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 120 141 205 -
CMYK 0.41 0.31 0 0.20
HSL 225.18º 0.46% 0.64% -
HSV(B) 225.18º 0.41% 0.8% -
XYZ 28.29 27.45 61.57 -
YUV 142.02 163.54 112.3 -
System Red Green Blue C M Y K H S L
Decimal 120 141 205 0.41 0.31 0 0.20 225.18 0.46 0.64
Hex 78 8D CD 29 1F 0 14 E1 2E 40
Octal 170 215 315 51 37 0 24 341 56 100
Binary 1111000 10001101 11001101 101001 11111 0 10100 11100001 101110 1000000

Color Harmonies of #788DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #788DCD

Black with #788DCD

Text Example


Text Example

White with #788DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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