Html Css Color HEX #7858CB Slate Blue

📋 copy color: '#7858CB'

red 120 ◦ green 88 ◦ blue 203

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

Shades of Slate Blue #7858CB

Tints of Slate Blue #7858CB

RGB

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

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

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

R = 29.2%
G = 21.41%
B = 49.39%

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

#7858CB (or 0x7858CB) is known color: Slate Blue. HEX triplet: 78, 58 and CB. RGB value is (120,88,203). Sum of RGB (Red+Green+Blue) = 120+88+203=411 (54% of max value = 765). Red value is 120 (47.27% from 255 or 29.20% from 411); Green value is 88 (34.77% from 255 or 21.41% from 411); Blue value is 203 (79.69% from 255 or 49.39% from 411); Max value from RGB is 203 - color contains mainly: blue. Hex color #7858CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7858CB is #87A734. Grayscale: #6E6E6E. Windows color (decimal): -8890165 or 13326456. OLE color: 13326456.

HSL color Cylindrical-coordinate representation of color #7858CB: hue angle of 256.7º 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 #7858CB is Cyan = 0.41, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 120 88 203 -
CMYK 0.41 0.57 0 0.20
HSL 256.7º 0.53% 0.57% -
HSV(B) 256.7º 0.57% 0.8% -
XYZ 22.01 15.28 58.29 -
YUV 110.68 180.1 134.65 -
System Red Green Blue C M Y K H S L
Decimal 120 88 203 0.41 0.57 0 0.20 256.7 0.53 0.57
Hex 78 58 CB 29 39 0 14 101 35 39
Octal 170 130 313 51 71 0 24 401 65 71
Binary 1111000 1011000 11001011 101001 111001 0 10100 100000001 110101 111001

Color Harmonies of #7858CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7858CB

Black with #7858CB

Text Example


Text Example

White with #7858CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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