Html Css Color HEX #785FCD Slate Blue

📋 copy color: '#785FCD'

red 120 ◦ green 95 ◦ blue 205

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

Shades of Slate Blue #785FCD

Tints of Slate Blue #785FCD

RGB

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

 GREEN value IS 95 (37.5% from 255) = 22.62%

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

R = 28.57%
G = 22.62%
B = 48.81%

CMYK

 C value IS 0.41

 M value IS 0.54

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#785FCD (or 0x785FCD) is known color: Slate Blue. HEX triplet: 78, 5F and CD. RGB value is (120,95,205). Sum of RGB (Red+Green+Blue) = 120+95+205=420 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.57% from 420); Green value is 95 (37.5% from 255 or 22.62% from 420); Blue value is 205 (80.47% from 255 or 48.81% from 420); Max value from RGB is 205 - color contains mainly: blue. Hex color #785FCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #785FCD is #87A032. Grayscale: #727272. Windows color (decimal): -8888371 or 13459320. OLE color: 13459320.

HSL color Cylindrical-coordinate representation of color #785FCD: hue angle of 253.64º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #785FCD is Cyan = 0.41, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 120 95 205 -
CMYK 0.41 0.54 0 0.20
HSL 253.64º 0.52% 0.59% -
HSV(B) 253.64º 0.54% 0.8% -
XYZ 22.86 16.59 59.75 -
YUV 115.02 178.78 131.56 -
System Red Green Blue C M Y K H S L
Decimal 120 95 205 0.41 0.54 0 0.20 253.64 0.52 0.59
Hex 78 5F CD 29 36 0 14 FE 34 3B
Octal 170 137 315 51 66 0 24 376 64 73
Binary 1111000 1011111 11001101 101001 110110 0 10100 11111110 110100 111011

Color Harmonies of #785FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785FCD

Black with #785FCD

Text Example


Text Example

White with #785FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #785FCD; }

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

 H1.HeaderClassName
 {
   color: #785FCD;
 }
 .AnyTagClassName
 {
   color: #785FCD;
 }
</style>

background-color css

<style>
 a { background-color: #785FCD; }

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

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

border-color css

<style>
 span { border-color: #785FCD; }

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

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