Html Css Color HEX #858DFD Light Slate Blue

📋 copy color: '#858DFD'

red 133 ◦ green 141 ◦ blue 253

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

Shades of Light Slate Blue #858DFD

Tints of Light Slate Blue #858DFD

RGB

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

 GREEN value IS 141 (55.47% from 255) = 26.76%

 BLUE value IS 253 (99.22% from 255) = 48.01%

R = 25.24%
G = 26.76%
B = 48.01%

CMYK

 C value IS 0.47

 M value IS 0.44

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#858DFD (or 0x858DFD) is known color: Light Slate Blue. HEX triplet: 85, 8D and FD. RGB value is (133,141,253). Sum of RGB (Red+Green+Blue) = 133+141+253=527 (69% of max value = 765). Red value is 133 (52.34% from 255 or 25.24% from 527); Green value is 141 (55.47% from 255 or 26.76% from 527); Blue value is 253 (99.22% from 255 or 48.01% from 527); Max value from RGB is 253 - color contains mainly: blue. Hex color #858DFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #858DFD is #7A7202. Grayscale: #969696. Windows color (decimal): -8024579 or 16616837. OLE color: 16616837.

HSL color Cylindrical-coordinate representation of color #858DFD: hue angle of 236º degrees, saturation: 0.97, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #858DFD is Cyan = 0.47, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 133 141 253 -
CMYK 0.47 0.44 0 0.01
HSL 236º 0.97% 0.76% -
HSV(B) 236º 0.47% 0.99% -
XYZ 36.93 31.13 96.99 -
YUV 151.38 185.35 114.89 -
System Red Green Blue C M Y K H S L
Decimal 133 141 253 0.47 0.44 0 0.01 236 0.97 0.76
Hex 85 8D FD 2F 2C 0 1 EC 61 4C
Octal 205 215 375 57 54 0 1 354 141 114
Binary 10000101 10001101 11111101 101111 101100 0 1 11101100 1100001 1001100

Color Harmonies of #858DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858DFD

Black with #858DFD

Text Example


Text Example

White with #858DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858DFD; }

 p { color: rgb(133,141,253); }

 H1.HeaderClassName
 {
   color: #858DFD;
 }
 .AnyTagClassName
 {
   color: #858DFD;
 }
</style>

background-color css

<style>
 a { background-color: #858DFD; }

 a { background-color: rgb(133,141,253); }

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

border-color css

<style>
 span { border-color: #858DFD; }

 span { border-color: rgb(133,141,253); }

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