Html Css Color HEX #7858D0 Slate Blue

📋 copy color: '#7858D0'

red 120 ◦ green 88 ◦ blue 208

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

Shades of Slate Blue #7858D0

Tints of Slate Blue #7858D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 50%

R = 28.85%
G = 21.15%
B = 50%

CMYK

 C value IS 0.42

 M value IS 0.58

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#7858D0 (or 0x7858D0) is known color: Slate Blue. HEX triplet: 78, 58 and D0. RGB value is (120,88,208). Sum of RGB (Red+Green+Blue) = 120+88+208=416 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.85% from 416); Green value is 88 (34.77% from 255 or 21.15% from 416); Blue value is 208 (81.64% from 255 or 50% from 416); Max value from RGB is 208 - color contains mainly: blue. Hex color #7858D0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7858D0 is #87A72F. Grayscale: #6E6E6E. Windows color (decimal): -8890160 or 13654136. OLE color: 13654136.

HSL color Cylindrical-coordinate representation of color #7858D0: hue angle of 256º degrees, saturation: 0.56, 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 #7858D0 is Cyan = 0.42, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 120 88 208 -
CMYK 0.42 0.58 0 0.18
HSL 256º 0.56% 0.58% -
HSV(B) 256º 0.58% 0.82% -
XYZ 22.62 15.53 61.48 -
YUV 111.25 182.6 134.24 -
System Red Green Blue C M Y K H S L
Decimal 120 88 208 0.42 0.58 0 0.18 256 0.56 0.58
Hex 78 58 D0 2A 3A 0 12 100 38 3A
Octal 170 130 320 52 72 0 22 400 70 72
Binary 1111000 1011000 11010000 101010 111010 0 10010 100000000 111000 111010

Color Harmonies of #7858D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7858D0

Black with #7858D0

Text Example


Text Example

White with #7858D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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