Html Css Color HEX #857DEE Light Slate Blue

📋 copy color: '#857DEE'

red 133 ◦ green 125 ◦ blue 238

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

Shades of Light Slate Blue #857DEE

Tints of Light Slate Blue #857DEE

RGB

 RED value IS 133 (52.34% from 255) = 26.81%

 GREEN value IS 125 (49.22% from 255) = 25.2%

 BLUE value IS 238 (93.36% from 255) = 47.98%

R = 26.81%
G = 25.2%
B = 47.98%

CMYK

 C value IS 0.44

 M value IS 0.47

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#857DEE (or 0x857DEE) is known color: Light Slate Blue. HEX triplet: 85, 7D and EE. RGB value is (133,125,238). Sum of RGB (Red+Green+Blue) = 133+125+238=496 (65% of max value = 765). Red value is 133 (52.34% from 255 or 26.81% from 496); Green value is 125 (49.22% from 255 or 25.20% from 496); Blue value is 238 (93.36% from 255 or 47.98% from 496); Max value from RGB is 238 - color contains mainly: blue. Hex color #857DEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #857DEE is #7A8211. Grayscale: #8B8B8B. Windows color (decimal): -8028690 or 15629701. OLE color: 15629701.

HSL color Cylindrical-coordinate representation of color #857DEE: hue angle of 244.25º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #857DEE is Cyan = 0.44, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 133 125 238 -
CMYK 0.44 0.47 0 0.07
HSL 244.25º 0.77% 0.71% -
HSV(B) 244.25º 0.47% 0.93% -
XYZ 32.44 25.83 84.16 -
YUV 140.27 183.15 122.81 -
System Red Green Blue C M Y K H S L
Decimal 133 125 238 0.44 0.47 0 0.07 244.25 0.77 0.71
Hex 85 7D EE 2C 2F 0 7 F4 4D 47
Octal 205 175 356 54 57 0 7 364 115 107
Binary 10000101 1111101 11101110 101100 101111 0 111 11110100 1001101 1000111

Color Harmonies of #857DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857DEE

Black with #857DEE

Text Example


Text Example

White with #857DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857DEE; }

 p { color: rgb(133,125,238); }

 H1.HeaderClassName
 {
   color: #857DEE;
 }
 .AnyTagClassName
 {
   color: #857DEE;
 }
</style>

background-color css

<style>
 a { background-color: #857DEE; }

 a { background-color: rgb(133,125,238); }

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

border-color css

<style>
 span { border-color: #857DEE; }

 span { border-color: rgb(133,125,238); }

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