Html Css Color HEX #995EFC Light Slate Blue

📋 copy color: '#995EFC'

red 153 ◦ green 94 ◦ blue 252

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

Shades of Light Slate Blue #995EFC

Tints of Light Slate Blue #995EFC

RGB

 RED value IS 153 (60.16% from 255) = 30.66%

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

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

R = 30.66%
G = 18.84%
B = 50.5%

CMYK

 C value IS 0.39

 M value IS 0.63

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#995EFC (or 0x995EFC) is known color: Light Slate Blue. HEX triplet: 99, 5E and FC. RGB value is (153,94,252). Sum of RGB (Red+Green+Blue) = 153+94+252=499 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.66% from 499); Green value is 94 (37.11% from 255 or 18.84% from 499); Blue value is 252 (98.83% from 255 or 50.50% from 499); Max value from RGB is 252 - color contains mainly: blue. Hex color #995EFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #995EFC is #66A103. Grayscale: #818181. Windows color (decimal): -6725892 or 16539289. OLE color: 16539289.

HSL color Cylindrical-coordinate representation of color #995EFC: hue angle of 262.41º 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 #995EFC is Cyan = 0.39, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 153 94 252 -
CMYK 0.39 0.63 0 0.01
HSL 262.41º 0.96% 0.68% -
HSV(B) 262.41º 0.63% 0.99% -
XYZ 34.71 21.81 94.48 -
YUV 129.65 197.05 144.65 -
System Red Green Blue C M Y K H S L
Decimal 153 94 252 0.39 0.63 0 0.01 262.41 0.96 0.68
Hex 99 5E FC 27 3F 0 1 106 60 44
Octal 231 136 374 47 77 0 1 406 140 104
Binary 10011001 1011110 11111100 100111 111111 0 1 100000110 1100000 1000100

Color Harmonies of #995EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995EFC

Black with #995EFC

Text Example


Text Example

White with #995EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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