Html Css Color HEX #858AF7 Light Slate Blue

📋 copy color: '#858AF7'

red 133 ◦ green 138 ◦ blue 247

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

Shades of Light Slate Blue #858AF7

Tints of Light Slate Blue #858AF7

RGB

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

 GREEN value IS 138 (54.3% from 255) = 26.64%

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

R = 25.68%
G = 26.64%
B = 47.68%

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

#858AF7 (or 0x858AF7) is known color: Light Slate Blue. HEX triplet: 85, 8A and F7. RGB value is (133,138,247). Sum of RGB (Red+Green+Blue) = 133+138+247=518 (68% of max value = 765). Red value is 133 (52.34% from 255 or 25.68% from 518); Green value is 138 (54.30% from 255 or 26.64% from 518); Blue value is 247 (96.88% from 255 or 47.68% from 518); Max value from RGB is 247 - color contains mainly: blue. Hex color #858AF7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #858AF7 is #7A7508. Grayscale: #949494. Windows color (decimal): -8025353 or 16222853. OLE color: 16222853.

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

Color convert

RGB 133 138 247 -
CMYK 0.46 0.44 0 0.03
HSL 237.37º 0.88% 0.75% -
HSV(B) 237.37º 0.46% 0.97% -
XYZ 35.55 29.88 91.89 -
YUV 148.93 183.34 116.64 -
System Red Green Blue C M Y K H S L
Decimal 133 138 247 0.46 0.44 0 0.03 237.37 0.88 0.75
Hex 85 8A F7 2E 2C 0 3 ED 58 4B
Octal 205 212 367 56 54 0 3 355 130 113
Binary 10000101 10001010 11110111 101110 101100 0 11 11101101 1011000 1001011

Color Harmonies of #858AF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858AF7

Black with #858AF7

Text Example


Text Example

White with #858AF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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