Html Css Color HEX #858FFD Light Slate Blue

📋 copy color: '#858FFD'

red 133 ◦ green 143 ◦ blue 253

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

Shades of Light Slate Blue #858FFD

Tints of Light Slate Blue #858FFD

RGB

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

 GREEN value IS 143 (56.25% from 255) = 27.03%

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

R = 25.14%
G = 27.03%
B = 47.83%

CMYK

 C value IS 0.47

 M value IS 0.43

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#858FFD (or 0x858FFD) is known color: Light Slate Blue. HEX triplet: 85, 8F and FD. RGB value is (133,143,253). Sum of RGB (Red+Green+Blue) = 133+143+253=529 (70% of max value = 765). Red value is 133 (52.34% from 255 or 25.14% from 529); Green value is 143 (56.25% from 255 or 27.03% from 529); Blue value is 253 (99.22% from 255 or 47.83% from 529); Max value from RGB is 253 - color contains mainly: blue. Hex color #858FFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #858FFD is #7A7002. Grayscale: #989898. Windows color (decimal): -8024067 or 16617349. OLE color: 16617349.

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

Color convert

RGB 133 143 253 -
CMYK 0.47 0.43 0 0.01
HSL 235º 0.97% 0.76% -
HSV(B) 235º 0.47% 0.99% -
XYZ 37.22 31.72 97.09 -
YUV 152.55 184.69 114.06 -
System Red Green Blue C M Y K H S L
Decimal 133 143 253 0.47 0.43 0 0.01 235 0.97 0.76
Hex 85 8F FD 2F 2B 0 1 EB 61 4C
Octal 205 217 375 57 53 0 1 353 141 114
Binary 10000101 10001111 11111101 101111 101011 0 1 11101011 1100001 1001100

Color Harmonies of #858FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858FFD

Black with #858FFD

Text Example


Text Example

White with #858FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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