Html Css Color HEX #788FCF Wild Blue Yonder

📋 copy color: '#788FCF'

red 120 ◦ green 143 ◦ blue 207

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

Shades of Wild Blue Yonder #788FCF

Tints of Wild Blue Yonder #788FCF

RGB

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

 GREEN value IS 143 (56.25% from 255) = 30.43%

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

R = 25.53%
G = 30.43%
B = 44.04%

CMYK

 C value IS 0.42

 M value IS 0.31

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#788FCF (or 0x788FCF) is known color: Wild Blue Yonder. HEX triplet: 78, 8F and CF. RGB value is (120,143,207). Sum of RGB (Red+Green+Blue) = 120+143+207=470 (62% of max value = 765). Red value is 120 (47.27% from 255 or 25.53% from 470); Green value is 143 (56.25% from 255 or 30.43% from 470); Blue value is 207 (81.25% from 255 or 44.04% from 470); Max value from RGB is 207 - color contains mainly: blue. Hex color #788FCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #788FCF is #877030. Grayscale: #8F8F8F. Windows color (decimal): -8876081 or 13602680. OLE color: 13602680.

HSL color Cylindrical-coordinate representation of color #788FCF: hue angle of 224.14º 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 #788FCF is Cyan = 0.42, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 120 143 207 -
CMYK 0.42 0.31 0 0.19
HSL 224.14º 0.48% 0.64% -
HSV(B) 224.14º 0.42% 0.81% -
XYZ 28.83 28.14 62.94 -
YUV 143.42 163.88 111.3 -
System Red Green Blue C M Y K H S L
Decimal 120 143 207 0.42 0.31 0 0.19 224.14 0.48 0.64
Hex 78 8F CF 2A 1F 0 13 E0 30 40
Octal 170 217 317 52 37 0 23 340 60 100
Binary 1111000 10001111 11001111 101010 11111 0 10011 11100000 110000 1000000

Color Harmonies of #788FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #788FCF

Black with #788FCF

Text Example


Text Example

White with #788FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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