Html Css Color HEX #788CCD Wild Blue Yonder

📋 copy color: '#788CCD'

red 120 ◦ green 140 ◦ blue 205

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

Shades of Wild Blue Yonder #788CCD

Tints of Wild Blue Yonder #788CCD

RGB

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

 GREEN value IS 140 (55.08% from 255) = 30.11%

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

R = 25.81%
G = 30.11%
B = 44.09%

CMYK

 C value IS 0.41

 M value IS 0.32

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#788CCD (or 0x788CCD) is known color: Wild Blue Yonder. HEX triplet: 78, 8C and CD. RGB value is (120,140,205). Sum of RGB (Red+Green+Blue) = 120+140+205=465 (61% of max value = 765). Red value is 120 (47.27% from 255 or 25.81% from 465); Green value is 140 (55.08% from 255 or 30.11% from 465); Blue value is 205 (80.47% from 255 or 44.09% from 465); Max value from RGB is 205 - color contains mainly: blue. Hex color #788CCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #788CCD is #877332. Grayscale: #8D8D8D. Windows color (decimal): -8876851 or 13470840. OLE color: 13470840.

HSL color Cylindrical-coordinate representation of color #788CCD: hue angle of 225.88º 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 #788CCD is Cyan = 0.41, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 120 140 205 -
CMYK 0.41 0.32 0 0.20
HSL 225.88º 0.46% 0.64% -
HSV(B) 225.88º 0.41% 0.8% -
XYZ 28.14 27.16 61.52 -
YUV 141.43 163.87 112.71 -
System Red Green Blue C M Y K H S L
Decimal 120 140 205 0.41 0.32 0 0.20 225.88 0.46 0.64
Hex 78 8C CD 29 20 0 14 E2 2E 40
Octal 170 214 315 51 40 0 24 342 56 100
Binary 1111000 10001100 11001101 101001 100000 0 10100 11100010 101110 1000000

Color Harmonies of #788CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #788CCD

Black with #788CCD

Text Example


Text Example

White with #788CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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