Html Css Color HEX #857DF3 Light Slate Blue

📋 copy color: '#857DF3'

red 133 ◦ green 125 ◦ blue 243

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

Shades of Light Slate Blue #857DF3

Tints of Light Slate Blue #857DF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 48.5%

R = 26.55%
G = 24.95%
B = 48.5%

CMYK

 C value IS 0.45

 M value IS 0.49

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#857DF3 (or 0x857DF3) is known color: Light Slate Blue. HEX triplet: 85, 7D and F3. RGB value is (133,125,243). Sum of RGB (Red+Green+Blue) = 133+125+243=501 (66% of max value = 765). Red value is 133 (52.34% from 255 or 26.55% from 501); Green value is 125 (49.22% from 255 or 24.95% from 501); Blue value is 243 (95.31% from 255 or 48.50% from 501); Max value from RGB is 243 - color contains mainly: blue. Hex color #857DF3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #857DF3 is #7A820C. Grayscale: #8C8C8C. Windows color (decimal): -8028685 or 15957381. OLE color: 15957381.

HSL color Cylindrical-coordinate representation of color #857DF3: hue angle of 244.07º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #857DF3 is Cyan = 0.45, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 133 125 243 -
CMYK 0.45 0.49 0 0.05
HSL 244.07º 0.83% 0.72% -
HSV(B) 244.07º 0.49% 0.95% -
XYZ 33.18 26.12 88.09 -
YUV 140.84 185.65 122.41 -
System Red Green Blue C M Y K H S L
Decimal 133 125 243 0.45 0.49 0 0.05 244.07 0.83 0.72
Hex 85 7D F3 2D 31 0 5 F4 53 48
Octal 205 175 363 55 61 0 5 364 123 110
Binary 10000101 1111101 11110011 101101 110001 0 101 11110100 1010011 1001000

Color Harmonies of #857DF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857DF3

Black with #857DF3

Text Example


Text Example

White with #857DF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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