Html Css Color HEX #955FF8 Light Slate Blue

📋 copy color: '#955FF8'

red 149 ◦ green 95 ◦ blue 248

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

Shades of Light Slate Blue #955FF8

Tints of Light Slate Blue #955FF8

RGB

 RED value IS 149 (58.59% from 255) = 30.28%

 GREEN value IS 95 (37.5% from 255) = 19.31%

 BLUE value IS 248 (97.27% from 255) = 50.41%

R = 30.28%
G = 19.31%
B = 50.41%

CMYK

 C value IS 0.40

 M value IS 0.62

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#955FF8 (or 0x955FF8) is known color: Light Slate Blue. HEX triplet: 95, 5F and F8. RGB value is (149,95,248). Sum of RGB (Red+Green+Blue) = 149+95+248=492 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.28% from 492); Green value is 95 (37.5% from 255 or 19.31% from 492); Blue value is 248 (97.27% from 255 or 50.41% from 492); Max value from RGB is 248 - color contains mainly: blue. Hex color #955FF8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #955FF8 is #6AA007. Grayscale: #808080. Windows color (decimal): -6987784 or 16277397. OLE color: 16277397.

HSL color Cylindrical-coordinate representation of color #955FF8: hue angle of 261.18º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #955FF8 is Cyan = 0.40, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 149 95 248 -
CMYK 0.40 0.62 0 0.03
HSL 261.18º 0.92% 0.67% -
HSV(B) 261.18º 0.62% 0.97% -
XYZ 33.43 21.35 91.17 -
YUV 128.59 195.39 142.56 -
System Red Green Blue C M Y K H S L
Decimal 149 95 248 0.40 0.62 0 0.03 261.18 0.92 0.67
Hex 95 5F F8 28 3E 0 3 105 5C 43
Octal 225 137 370 50 76 0 3 405 134 103
Binary 10010101 1011111 11111000 101000 111110 0 11 100000101 1011100 1000011

Color Harmonies of #955FF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955FF8

Black with #955FF8

Text Example


Text Example

White with #955FF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955FF8; }

 p { color: rgb(149,95,248); }

 H1.HeaderClassName
 {
   color: #955FF8;
 }
 .AnyTagClassName
 {
   color: #955FF8;
 }
</style>

background-color css

<style>
 a { background-color: #955FF8; }

 a { background-color: rgb(149,95,248); }

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

border-color css

<style>
 span { border-color: #955FF8; }

 span { border-color: rgb(149,95,248); }

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