Html Css Color HEX #955CFC Light Slate Blue

📋 copy color: '#955CFC'

red 149 ◦ green 92 ◦ blue 252

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

Shades of Light Slate Blue #955CFC

Tints of Light Slate Blue #955CFC

RGB

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

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

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

R = 30.22%
G = 18.66%
B = 51.12%

CMYK

 C value IS 0.41

 M value IS 0.63

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#955CFC (or 0x955CFC) is known color: Light Slate Blue. HEX triplet: 95, 5C and FC. RGB value is (149,92,252). Sum of RGB (Red+Green+Blue) = 149+92+252=493 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.22% from 493); Green value is 92 (36.33% from 255 or 18.66% from 493); Blue value is 252 (98.83% from 255 or 51.12% from 493); Max value from RGB is 252 - color contains mainly: blue. Hex color #955CFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #955CFC is #6AA303. Grayscale: #7E7E7E. Windows color (decimal): -6988548 or 16538773. OLE color: 16538773.

HSL color Cylindrical-coordinate representation of color #955CFC: hue angle of 261.38º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #955CFC is Cyan = 0.41, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 149 92 252 -
CMYK 0.41 0.63 0 0.01
HSL 261.38º 0.96% 0.67% -
HSV(B) 261.38º 0.63% 0.99% -
XYZ 33.79 21.07 94.38 -
YUV 127.28 198.38 143.49 -
System Red Green Blue C M Y K H S L
Decimal 149 92 252 0.41 0.63 0 0.01 261.38 0.96 0.67
Hex 95 5C FC 29 3F 0 1 105 60 43
Octal 225 134 374 51 77 0 1 405 140 103
Binary 10010101 1011100 11111100 101001 111111 0 1 100000101 1100000 1000011

Color Harmonies of #955CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955CFC

Black with #955CFC

Text Example


Text Example

White with #955CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,92,252); }

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

background-color css

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

 a { background-color: rgb(149,92,252); }

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

border-color css

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

 span { border-color: rgb(149,92,252); }

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