Html Css Color HEX #785FC9 Slate Blue

📋 copy color: '#785FC9'

red 120 ◦ green 95 ◦ blue 201

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

Shades of Slate Blue #785FC9

Tints of Slate Blue #785FC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 48.32%

R = 28.85%
G = 22.84%
B = 48.32%

CMYK

 C value IS 0.40

 M value IS 0.53

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#785FC9 (or 0x785FC9) is known color: Slate Blue. HEX triplet: 78, 5F and C9. RGB value is (120,95,201). Sum of RGB (Red+Green+Blue) = 120+95+201=416 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.85% from 416); Green value is 95 (37.5% from 255 or 22.84% from 416); Blue value is 201 (78.91% from 255 or 48.32% from 416); Max value from RGB is 201 - color contains mainly: blue. Hex color #785FC9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #785FC9 is #87A036. Grayscale: #727272. Windows color (decimal): -8888375 or 13197176. OLE color: 13197176.

HSL color Cylindrical-coordinate representation of color #785FC9: hue angle of 254.15º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #785FC9 is Cyan = 0.40, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 120 95 201 -
CMYK 0.40 0.53 0 0.21
HSL 254.15º 0.5% 0.58% -
HSV(B) 254.15º 0.53% 0.79% -
XYZ 22.38 16.39 57.24 -
YUV 114.56 176.78 131.88 -
System Red Green Blue C M Y K H S L
Decimal 120 95 201 0.40 0.53 0 0.21 254.15 0.5 0.58
Hex 78 5F C9 28 35 0 15 FE 32 3A
Octal 170 137 311 50 65 0 25 376 62 72
Binary 1111000 1011111 11001001 101000 110101 0 10101 11111110 110010 111010

Color Harmonies of #785FC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785FC9

Black with #785FC9

Text Example


Text Example

White with #785FC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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