Html Css Color HEX #995CFA Light Slate Blue

📋 copy color: '#995CFA'

red 153 ◦ green 92 ◦ blue 250

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

Shades of Light Slate Blue #995CFA

Tints of Light Slate Blue #995CFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 50.51%

R = 30.91%
G = 18.59%
B = 50.51%

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

#995CFA (or 0x995CFA) is known color: Light Slate Blue. HEX triplet: 99, 5C and FA. RGB value is (153,92,250). Sum of RGB (Red+Green+Blue) = 153+92+250=495 (65% of max value = 765). Red value is 153 (60.16% from 255 or 30.91% from 495); Green value is 92 (36.33% from 255 or 18.59% from 495); Blue value is 250 (98.05% from 255 or 50.51% from 495); Max value from RGB is 250 - color contains mainly: blue. Hex color #995CFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #995CFA is #66A305. Grayscale: #7F7F7F. Windows color (decimal): -6726406 or 16407705. OLE color: 16407705.

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

Color convert

RGB 153 92 250 -
CMYK 0.39 0.63 0 0.02
HSL 263.16º 0.94% 0.67% -
HSV(B) 263.16º 0.63% 0.98% -
XYZ 34.22 21.33 92.76 -
YUV 128.25 196.71 145.65 -
System Red Green Blue C M Y K H S L
Decimal 153 92 250 0.39 0.63 0 0.02 263.16 0.94 0.67
Hex 99 5C FA 27 3F 0 2 107 5E 43
Octal 231 134 372 47 77 0 2 407 136 103
Binary 10011001 1011100 11111010 100111 111111 0 10 100000111 1011110 1000011

Color Harmonies of #995CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995CFA

Black with #995CFA

Text Example


Text Example

White with #995CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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