Html Css Color HEX #995CFD Light Slate Blue

📋 copy color: '#995CFD'

red 153 ◦ green 92 ◦ blue 253

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

Shades of Light Slate Blue #995CFD

Tints of Light Slate Blue #995CFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 50.8%

R = 30.72%
G = 18.47%
B = 50.8%

CMYK

 C value IS 0.40

 M value IS 0.64

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#995CFD (or 0x995CFD) is known color: Light Slate Blue. HEX triplet: 99, 5C and FD. RGB value is (153,92,253). Sum of RGB (Red+Green+Blue) = 153+92+253=498 (65% of max value = 765). Red value is 153 (60.16% from 255 or 30.72% from 498); Green value is 92 (36.33% from 255 or 18.47% from 498); Blue value is 253 (99.22% from 255 or 50.80% from 498); Max value from RGB is 253 - color contains mainly: blue. Hex color #995CFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #995CFD is #66A302. Grayscale: #808080. Windows color (decimal): -6726403 or 16604313. OLE color: 16604313.

HSL color Cylindrical-coordinate representation of color #995CFD: hue angle of 262.73º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #995CFD is Cyan = 0.40, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 153 92 253 -
CMYK 0.40 0.64 0 0.01
HSL 262.73º 0.98% 0.68% -
HSV(B) 262.73º 0.64% 0.99% -
XYZ 34.69 21.52 95.25 -
YUV 128.59 198.21 145.41 -
System Red Green Blue C M Y K H S L
Decimal 153 92 253 0.40 0.64 0 0.01 262.73 0.98 0.68
Hex 99 5C FD 28 40 0 1 107 62 44
Octal 231 134 375 50 100 0 1 407 142 104
Binary 10011001 1011100 11111101 101000 1000000 0 1 100000111 1100010 1000100

Color Harmonies of #995CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995CFD

Black with #995CFD

Text Example


Text Example

White with #995CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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