Html Css Color HEX #855EFC Light Slate Blue

📋 copy color: '#855EFC'

red 133 ◦ green 94 ◦ blue 252

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

Shades of Light Slate Blue #855EFC

Tints of Light Slate Blue #855EFC

RGB

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

 GREEN value IS 94 (37.11% from 255) = 19.62%

 BLUE value IS 252 (98.83% from 255) = 52.61%

R = 27.77%
G = 19.62%
B = 52.61%

CMYK

 C value IS 0.47

 M value IS 0.63

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#855EFC (or 0x855EFC) is known color: Light Slate Blue. HEX triplet: 85, 5E and FC. RGB value is (133,94,252). Sum of RGB (Red+Green+Blue) = 133+94+252=479 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.77% from 479); Green value is 94 (37.11% from 255 or 19.62% from 479); Blue value is 252 (98.83% from 255 or 52.61% from 479); Max value from RGB is 252 - color contains mainly: blue. Hex color #855EFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #855EFC is #7AA103. Grayscale: #7B7B7B. Windows color (decimal): -8036612 or 16539269. OLE color: 16539269.

HSL color Cylindrical-coordinate representation of color #855EFC: hue angle of 254.81º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #855EFC is Cyan = 0.47, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 133 94 252 -
CMYK 0.47 0.63 0 0.01
HSL 254.81º 0.96% 0.68% -
HSV(B) 254.81º 0.63% 0.99% -
XYZ 31.25 20.02 94.31 -
YUV 123.67 200.42 134.65 -
System Red Green Blue C M Y K H S L
Decimal 133 94 252 0.47 0.63 0 0.01 254.81 0.96 0.68
Hex 85 5E FC 2F 3F 0 1 FF 60 44
Octal 205 136 374 57 77 0 1 377 140 104
Binary 10000101 1011110 11111100 101111 111111 0 1 11111111 1100000 1000100

Color Harmonies of #855EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855EFC

Black with #855EFC

Text Example


Text Example

White with #855EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855EFC; }

 p { color: rgb(133,94,252); }

 H1.HeaderClassName
 {
   color: #855EFC;
 }
 .AnyTagClassName
 {
   color: #855EFC;
 }
</style>

background-color css

<style>
 a { background-color: #855EFC; }

 a { background-color: rgb(133,94,252); }

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

border-color css

<style>
 span { border-color: #855EFC; }

 span { border-color: rgb(133,94,252); }

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