Html Css Color HEX #785BCB Slate Blue

📋 copy color: '#785BCB'

red 120 ◦ green 91 ◦ blue 203

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

Shades of Slate Blue #785BCB

Tints of Slate Blue #785BCB

RGB

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

 GREEN value IS 91 (35.94% from 255) = 21.98%

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

R = 28.99%
G = 21.98%
B = 49.03%

CMYK

 C value IS 0.41

 M value IS 0.55

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#785BCB (or 0x785BCB) is known color: Slate Blue. HEX triplet: 78, 5B and CB. RGB value is (120,91,203). Sum of RGB (Red+Green+Blue) = 120+91+203=414 (54% of max value = 765). Red value is 120 (47.27% from 255 or 28.99% from 414); Green value is 91 (35.94% from 255 or 21.98% from 414); Blue value is 203 (79.69% from 255 or 49.03% from 414); Max value from RGB is 203 - color contains mainly: blue. Hex color #785BCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #785BCB is #87A434. Grayscale: #707070. Windows color (decimal): -8889397 or 13327224. OLE color: 13327224.

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

Color convert

RGB 120 91 203 -
CMYK 0.41 0.55 0 0.20
HSL 255.54º 0.52% 0.58% -
HSV(B) 255.54º 0.55% 0.8% -
XYZ 22.27 15.79 58.37 -
YUV 112.44 179.11 133.39 -
System Red Green Blue C M Y K H S L
Decimal 120 91 203 0.41 0.55 0 0.20 255.54 0.52 0.58
Hex 78 5B CB 29 37 0 14 100 34 3A
Octal 170 133 313 51 67 0 24 400 64 72
Binary 1111000 1011011 11001011 101001 110111 0 10100 100000000 110100 111010

Color Harmonies of #785BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785BCB

Black with #785BCB

Text Example


Text Example

White with #785BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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