Html Css Color HEX #858EFD Light Slate Blue

📋 copy color: '#858EFD'

red 133 ◦ green 142 ◦ blue 253

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

Shades of Light Slate Blue #858EFD

Tints of Light Slate Blue #858EFD

RGB

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

 GREEN value IS 142 (55.86% from 255) = 26.89%

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

R = 25.19%
G = 26.89%
B = 47.92%

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

#858EFD (or 0x858EFD) is known color: Light Slate Blue. HEX triplet: 85, 8E and FD. RGB value is (133,142,253). Sum of RGB (Red+Green+Blue) = 133+142+253=528 (69% of max value = 765). Red value is 133 (52.34% from 255 or 25.19% from 528); Green value is 142 (55.86% from 255 or 26.89% from 528); Blue value is 253 (99.22% from 255 or 47.92% from 528); Max value from RGB is 253 - color contains mainly: blue. Hex color #858EFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #858EFD is #7A7102. Grayscale: #979797. Windows color (decimal): -8024323 or 16617093. OLE color: 16617093.

HSL color Cylindrical-coordinate representation of color #858EFD: hue angle of 235.5º 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 #858EFD is Cyan = 0.47, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 133 142 253 -
CMYK 0.47 0.44 0 0.01
HSL 235.5º 0.97% 0.76% -
HSV(B) 235.5º 0.47% 0.99% -
XYZ 37.08 31.42 97.04 -
YUV 151.96 185.02 114.47 -
System Red Green Blue C M Y K H S L
Decimal 133 142 253 0.47 0.44 0 0.01 235.5 0.97 0.76
Hex 85 8E FD 2F 2C 0 1 EC 61 4C
Octal 205 216 375 57 54 0 1 354 141 114
Binary 10000101 10001110 11111101 101111 101100 0 1 11101100 1100001 1001100

Color Harmonies of #858EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858EFD

Black with #858EFD

Text Example


Text Example

White with #858EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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