Html Css Color HEX #785DCB Slate Blue

📋 copy color: '#785DCB'

red 120 ◦ green 93 ◦ blue 203

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

Shades of Slate Blue #785DCB

Tints of Slate Blue #785DCB

RGB

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

 GREEN value IS 93 (36.72% from 255) = 22.36%

 BLUE value IS 203 (79.69% from 255) = 48.8%

R = 28.85%
G = 22.36%
B = 48.8%

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

#785DCB (or 0x785DCB) is known color: Slate Blue. HEX triplet: 78, 5D and CB. RGB value is (120,93,203). Sum of RGB (Red+Green+Blue) = 120+93+203=416 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.85% from 416); Green value is 93 (36.72% from 255 or 22.36% from 416); Blue value is 203 (79.69% from 255 or 48.80% from 416); Max value from RGB is 203 - color contains mainly: blue. Hex color #785DCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #785DCB is #87A234. Grayscale: #717171. Windows color (decimal): -8888885 or 13327736. OLE color: 13327736.

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

Color convert

RGB 120 93 203 -
CMYK 0.41 0.54 0 0.20
HSL 254.73º 0.51% 0.58% -
HSV(B) 254.73º 0.54% 0.8% -
XYZ 22.44 16.13 58.43 -
YUV 113.61 178.45 132.56 -
System Red Green Blue C M Y K H S L
Decimal 120 93 203 0.41 0.54 0 0.20 254.73 0.51 0.58
Hex 78 5D CB 29 36 0 14 FF 33 3A
Octal 170 135 313 51 66 0 24 377 63 72
Binary 1111000 1011101 11001011 101001 110110 0 10100 11111111 110011 111010

Color Harmonies of #785DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785DCB

Black with #785DCB

Text Example


Text Example

White with #785DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,93,203); }

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

background-color css

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

 a { background-color: rgb(120,93,203); }

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

border-color css

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

 span { border-color: rgb(120,93,203); }

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