Html Css Color HEX #995CFB Light Slate Blue

📋 copy color: '#995CFB'

red 153 ◦ green 92 ◦ blue 251

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

Shades of Light Slate Blue #995CFB

Tints of Light Slate Blue #995CFB

RGB

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

 GREEN value IS 92 (36.33% from 255) = 18.55%

 BLUE value IS 251 (98.44% from 255) = 50.6%

R = 30.85%
G = 18.55%
B = 50.6%

CMYK

 C value IS 0.39

 M value IS 0.63

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#995CFB (or 0x995CFB) is known color: Light Slate Blue. HEX triplet: 99, 5C and FB. RGB value is (153,92,251). Sum of RGB (Red+Green+Blue) = 153+92+251=496 (65% of max value = 765). Red value is 153 (60.16% from 255 or 30.85% from 496); Green value is 92 (36.33% from 255 or 18.55% from 496); Blue value is 251 (98.44% from 255 or 50.60% from 496); Max value from RGB is 251 - color contains mainly: blue. Hex color #995CFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #995CFB is #66A304. Grayscale: #7F7F7F. Windows color (decimal): -6726405 or 16473241. OLE color: 16473241.

HSL color Cylindrical-coordinate representation of color #995CFB: hue angle of 263.02º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #995CFB is Cyan = 0.39, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 153 92 251 -
CMYK 0.39 0.63 0 0.02
HSL 263.02º 0.95% 0.67% -
HSV(B) 263.02º 0.63% 0.98% -
XYZ 34.38 21.39 93.58 -
YUV 128.37 197.21 145.57 -
System Red Green Blue C M Y K H S L
Decimal 153 92 251 0.39 0.63 0 0.02 263.02 0.95 0.67
Hex 99 5C FB 27 3F 0 2 107 5F 43
Octal 231 134 373 47 77 0 2 407 137 103
Binary 10011001 1011100 11111011 100111 111111 0 10 100000111 1011111 1000011

Color Harmonies of #995CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995CFB

Black with #995CFB

Text Example


Text Example

White with #995CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,92,251); }

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

background-color css

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

 a { background-color: rgb(153,92,251); }

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

border-color css

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

 span { border-color: rgb(153,92,251); }

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