Html Css Color HEX #7857CB Slate Blue

📋 copy color: '#7857CB'

red 120 ◦ green 87 ◦ blue 203

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

Shades of Slate Blue #7857CB

Tints of Slate Blue #7857CB

RGB

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

 GREEN value IS 87 (34.38% from 255) = 21.22%

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

R = 29.27%
G = 21.22%
B = 49.51%

CMYK

 C value IS 0.41

 M value IS 0.57

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7857CB (or 0x7857CB) is known color: Slate Blue. HEX triplet: 78, 57 and CB. RGB value is (120,87,203). Sum of RGB (Red+Green+Blue) = 120+87+203=410 (54% of max value = 765). Red value is 120 (47.27% from 255 or 29.27% from 410); Green value is 87 (34.38% from 255 or 21.22% from 410); Blue value is 203 (79.69% from 255 or 49.51% from 410); Max value from RGB is 203 - color contains mainly: blue. Hex color #7857CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7857CB is #87A834. Grayscale: #6D6D6D. Windows color (decimal): -8890421 or 13326200. OLE color: 13326200.

HSL color Cylindrical-coordinate representation of color #7857CB: hue angle of 257.07º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7857CB is Cyan = 0.41, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 120 87 203 -
CMYK 0.41 0.57 0 0.20
HSL 257.07º 0.53% 0.57% -
HSV(B) 257.07º 0.57% 0.8% -
XYZ 21.93 15.12 58.26 -
YUV 110.09 180.43 135.07 -
System Red Green Blue C M Y K H S L
Decimal 120 87 203 0.41 0.57 0 0.20 257.07 0.53 0.57
Hex 78 57 CB 29 39 0 14 101 35 39
Octal 170 127 313 51 71 0 24 401 65 71
Binary 1111000 1010111 11001011 101001 111001 0 10100 100000001 110101 111001

Color Harmonies of #7857CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7857CB

Black with #7857CB

Text Example


Text Example

White with #7857CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7857CB; }

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

 H1.HeaderClassName
 {
   color: #7857CB;
 }
 .AnyTagClassName
 {
   color: #7857CB;
 }
</style>

background-color css

<style>
 a { background-color: #7857CB; }

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

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

border-color css

<style>
 span { border-color: #7857CB; }

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

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