Html Css Color HEX #7858D1 Slate Blue

📋 copy color: '#7858D1'

red 120 ◦ green 88 ◦ blue 209

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

Shades of Slate Blue #7858D1

Tints of Slate Blue #7858D1

RGB

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

 GREEN value IS 88 (34.77% from 255) = 21.1%

 BLUE value IS 209 (82.03% from 255) = 50.12%

R = 28.78%
G = 21.1%
B = 50.12%

CMYK

 C value IS 0.43

 M value IS 0.58

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#7858D1 (or 0x7858D1) is known color: Slate Blue. HEX triplet: 78, 58 and D1. RGB value is (120,88,209). Sum of RGB (Red+Green+Blue) = 120+88+209=417 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.78% from 417); Green value is 88 (34.77% from 255 or 21.10% from 417); Blue value is 209 (82.03% from 255 or 50.12% from 417); Max value from RGB is 209 - color contains mainly: blue. Hex color #7858D1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7858D1 is #87A72E. Grayscale: #6E6E6E. Windows color (decimal): -8890159 or 13719672. OLE color: 13719672.

HSL color Cylindrical-coordinate representation of color #7858D1: hue angle of 255.87º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7858D1 is Cyan = 0.43, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 120 88 209 -
CMYK 0.43 0.58 0 0.18
HSL 255.87º 0.57% 0.58% -
HSV(B) 255.87º 0.58% 0.82% -
XYZ 22.74 15.58 62.13 -
YUV 111.36 183.1 134.16 -
System Red Green Blue C M Y K H S L
Decimal 120 88 209 0.43 0.58 0 0.18 255.87 0.57 0.58
Hex 78 58 D1 2B 3A 0 12 100 39 3A
Octal 170 130 321 53 72 0 22 400 71 72
Binary 1111000 1011000 11010001 101011 111010 0 10010 100000000 111001 111010

Color Harmonies of #7858D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7858D1

Black with #7858D1

Text Example


Text Example

White with #7858D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7858D1; }

 p { color: rgb(120,88,209); }

 H1.HeaderClassName
 {
   color: #7858D1;
 }
 .AnyTagClassName
 {
   color: #7858D1;
 }
</style>

background-color css

<style>
 a { background-color: #7858D1; }

 a { background-color: rgb(120,88,209); }

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

border-color css

<style>
 span { border-color: #7858D1; }

 span { border-color: rgb(120,88,209); }

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