Html Css Color HEX #9755FE Light Slate Blue

📋 copy color: '#9755FE'

red 151 ◦ green 85 ◦ blue 254

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

Shades of Light Slate Blue #9755FE

Tints of Light Slate Blue #9755FE

RGB

 RED value IS 151 (59.38% from 255) = 30.82%

 GREEN value IS 85 (33.59% from 255) = 17.35%

 BLUE value IS 254 (99.61% from 255) = 51.84%

R = 30.82%
G = 17.35%
B = 51.84%

CMYK

 C value IS 0.41

 M value IS 0.67

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#9755FE (or 0x9755FE) is known color: Light Slate Blue. HEX triplet: 97, 55 and FE. RGB value is (151,85,254). Sum of RGB (Red+Green+Blue) = 151+85+254=490 (64% of max value = 765). Red value is 151 (59.38% from 255 or 30.82% from 490); Green value is 85 (33.59% from 255 or 17.35% from 490); Blue value is 254 (99.61% from 255 or 51.84% from 490); Max value from RGB is 254 - color contains mainly: blue. Hex color #9755FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9755FE is #68AA01. Grayscale: #7B7B7B. Windows color (decimal): -6859266 or 16668055. OLE color: 16668055.

HSL color Cylindrical-coordinate representation of color #9755FE: hue angle of 263.43º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9755FE is Cyan = 0.41, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 151 85 254 -
CMYK 0.41 0.67 0 0.00
HSL 263.43º 0.99% 0.66% -
HSV(B) 263.43º 0.67% 1% -
XYZ 33.9 20.23 95.88 -
YUV 124 201.37 147.26 -
System Red Green Blue C M Y K H S L
Decimal 151 85 254 0.41 0.67 0 0.00 263.43 0.99 0.66
Hex 97 55 FE 29 43 0 0 107 63 42
Octal 227 125 376 51 103 0 0 407 143 102
Binary 10010111 1010101 11111110 101001 1000011 0 0 100000111 1100011 1000010

Color Harmonies of #9755FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9755FE

Black with #9755FE

Text Example


Text Example

White with #9755FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9755FE; }

 p { color: rgb(151,85,254); }

 H1.HeaderClassName
 {
   color: #9755FE;
 }
 .AnyTagClassName
 {
   color: #9755FE;
 }
</style>

background-color css

<style>
 a { background-color: #9755FE; }

 a { background-color: rgb(151,85,254); }

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

border-color css

<style>
 span { border-color: #9755FE; }

 span { border-color: rgb(151,85,254); }

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