Html Css Color HEX #7850DE Slate Blue

📋 copy color: '#7850DE'

red 120 ◦ green 80 ◦ blue 222

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

Shades of Slate Blue #7850DE

Tints of Slate Blue #7850DE

RGB

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

 GREEN value IS 80 (31.64% from 255) = 18.96%

 BLUE value IS 222 (87.11% from 255) = 52.61%

R = 28.44%
G = 18.96%
B = 52.61%

CMYK

 C value IS 0.46

 M value IS 0.64

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7850DE (or 0x7850DE) is known color: Slate Blue. HEX triplet: 78, 50 and DE. RGB value is (120,80,222). Sum of RGB (Red+Green+Blue) = 120+80+222=422 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.44% from 422); Green value is 80 (31.64% from 255 or 18.96% from 422); Blue value is 222 (87.11% from 255 or 52.61% from 422); Max value from RGB is 222 - color contains mainly: blue. Hex color #7850DE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7850DE is #87AF21. Grayscale: #6B6B6B. Windows color (decimal): -8892194 or 14569592. OLE color: 14569592.

HSL color Cylindrical-coordinate representation of color #7850DE: hue angle of 256.9º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7850DE is Cyan = 0.46, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 120 80 222 -
CMYK 0.46 0.64 0 0.13
HSL 256.9º 0.68% 0.59% -
HSV(B) 256.9º 0.64% 0.87% -
XYZ 23.8 15 70.75 -
YUV 108.15 192.25 136.45 -
System Red Green Blue C M Y K H S L
Decimal 120 80 222 0.46 0.64 0 0.13 256.9 0.68 0.59
Hex 78 50 DE 2E 40 0 D 101 44 3B
Octal 170 120 336 56 100 0 15 401 104 73
Binary 1111000 1010000 11011110 101110 1000000 0 1101 100000001 1000100 111011

Color Harmonies of #7850DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7850DE

Black with #7850DE

Text Example


Text Example

White with #7850DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7850DE; }

 p { color: rgb(120,80,222); }

 H1.HeaderClassName
 {
   color: #7850DE;
 }
 .AnyTagClassName
 {
   color: #7850DE;
 }
</style>

background-color css

<style>
 a { background-color: #7850DE; }

 a { background-color: rgb(120,80,222); }

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

border-color css

<style>
 span { border-color: #7850DE; }

 span { border-color: rgb(120,80,222); }

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