Html Css Color HEX #788CCF Wild Blue Yonder

📋 copy color: '#788CCF'

red 120 ◦ green 140 ◦ blue 207

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

Shades of Wild Blue Yonder #788CCF

Tints of Wild Blue Yonder #788CCF

RGB

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

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

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

R = 25.7%
G = 29.98%
B = 44.33%

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

#788CCF (or 0x788CCF) is known color: Wild Blue Yonder. HEX triplet: 78, 8C and CF. RGB value is (120,140,207). Sum of RGB (Red+Green+Blue) = 120+140+207=467 (61% of max value = 765). Red value is 120 (47.27% from 255 or 25.70% from 467); Green value is 140 (55.08% from 255 or 29.98% from 467); Blue value is 207 (81.25% from 255 or 44.33% from 467); Max value from RGB is 207 - color contains mainly: blue. Hex color #788CCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #788CCF is #877330. Grayscale: #8D8D8D. Windows color (decimal): -8876849 or 13601912. OLE color: 13601912.

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

Color convert

RGB 120 140 207 -
CMYK 0.42 0.32 0 0.19
HSL 226.21º 0.48% 0.64% -
HSV(B) 226.21º 0.42% 0.81% -
XYZ 28.39 27.25 62.8 -
YUV 141.66 164.87 112.55 -
System Red Green Blue C M Y K H S L
Decimal 120 140 207 0.42 0.32 0 0.19 226.21 0.48 0.64
Hex 78 8C CF 2A 20 0 13 E2 30 40
Octal 170 214 317 52 40 0 23 342 60 100
Binary 1111000 10001100 11001111 101010 100000 0 10011 11100010 110000 1000000

Color Harmonies of #788CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #788CCF

Black with #788CCF

Text Example


Text Example

White with #788CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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