Html Css Color HEX #858CF7 Light Slate Blue

📋 copy color: '#858CF7'

red 133 ◦ green 140 ◦ blue 247

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

Shades of Light Slate Blue #858CF7

Tints of Light Slate Blue #858CF7

RGB

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

 GREEN value IS 140 (55.08% from 255) = 26.92%

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

R = 25.58%
G = 26.92%
B = 47.5%

CMYK

 C value IS 0.46

 M value IS 0.43

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#858CF7 (or 0x858CF7) is known color: Light Slate Blue. HEX triplet: 85, 8C and F7. RGB value is (133,140,247). Sum of RGB (Red+Green+Blue) = 133+140+247=520 (68% of max value = 765). Red value is 133 (52.34% from 255 or 25.58% from 520); Green value is 140 (55.08% from 255 or 26.92% from 520); Blue value is 247 (96.88% from 255 or 47.5% from 520); Max value from RGB is 247 - color contains mainly: blue. Hex color #858CF7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #858CF7 is #7A7308. Grayscale: #959595. Windows color (decimal): -8024841 or 16223365. OLE color: 16223365.

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

Color convert

RGB 133 140 247 -
CMYK 0.46 0.43 0 0.03
HSL 236.32º 0.88% 0.75% -
HSV(B) 236.32º 0.46% 0.97% -
XYZ 35.84 30.46 91.99 -
YUV 150.11 182.68 115.8 -
System Red Green Blue C M Y K H S L
Decimal 133 140 247 0.46 0.43 0 0.03 236.32 0.88 0.75
Hex 85 8C F7 2E 2B 0 3 EC 58 4B
Octal 205 214 367 56 53 0 3 354 130 113
Binary 10000101 10001100 11110111 101110 101011 0 11 11101100 1011000 1001011

Color Harmonies of #858CF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858CF7

Black with #858CF7

Text Example


Text Example

White with #858CF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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