Html Css Color HEX #858BF7 Light Slate Blue

📋 copy color: '#858BF7'

red 133 ◦ green 139 ◦ blue 247

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

Shades of Light Slate Blue #858BF7

Tints of Light Slate Blue #858BF7

RGB

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

 GREEN value IS 139 (54.69% from 255) = 26.78%

 BLUE value IS 247 (96.88% from 255) = 47.59%

R = 25.63%
G = 26.78%
B = 47.59%

CMYK

 C value IS 0.46

 M value IS 0.44

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#858BF7 (or 0x858BF7) is known color: Light Slate Blue. HEX triplet: 85, 8B and F7. RGB value is (133,139,247). Sum of RGB (Red+Green+Blue) = 133+139+247=519 (68% of max value = 765). Red value is 133 (52.34% from 255 or 25.63% from 519); Green value is 139 (54.69% from 255 or 26.78% from 519); Blue value is 247 (96.88% from 255 or 47.59% from 519); Max value from RGB is 247 - color contains mainly: blue. Hex color #858BF7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #858BF7 is #7A7408. Grayscale: #959595. Windows color (decimal): -8025097 or 16223109. OLE color: 16223109.

HSL color Cylindrical-coordinate representation of color #858BF7: hue angle of 236.84º degrees, saturation: 0.88, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #858BF7 is Cyan = 0.46, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 133 139 247 -
CMYK 0.46 0.44 0 0.03
HSL 236.84º 0.88% 0.75% -
HSV(B) 236.84º 0.46% 0.97% -
XYZ 35.69 30.17 91.94 -
YUV 149.52 183.01 116.22 -
System Red Green Blue C M Y K H S L
Decimal 133 139 247 0.46 0.44 0 0.03 236.84 0.88 0.75
Hex 85 8B F7 2E 2C 0 3 ED 58 4B
Octal 205 213 367 56 54 0 3 355 130 113
Binary 10000101 10001011 11110111 101110 101100 0 11 11101101 1011000 1001011

Color Harmonies of #858BF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858BF7

Black with #858BF7

Text Example


Text Example

White with #858BF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,139,247); }

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

background-color css

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

 a { background-color: rgb(133,139,247); }

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

border-color css

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

 span { border-color: rgb(133,139,247); }

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