Html Css Color HEX #9755FF Light Slate Blue

📋 copy color: '#9755FF'

red 151 ◦ green 85 ◦ blue 255

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

Shades of Light Slate Blue #9755FF

Tints of Light Slate Blue #9755FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 51.93%

R = 30.75%
G = 17.31%
B = 51.93%

CMYK

 C value IS 0.41

 M value IS 0.67

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9755FF (or 0x9755FF) is known color: Light Slate Blue. HEX triplet: 97, 55 and FF. RGB value is (151,85,255). Sum of RGB (Red+Green+Blue) = 151+85+255=491 (65% of max value = 765). Red value is 151 (59.38% from 255 or 30.75% from 491); Green value is 85 (33.59% from 255 or 17.31% from 491); Blue value is 255 (100% from 255 or 51.93% from 491); Max value from RGB is 255 - color contains mainly: blue. Hex color #9755FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9755FF is #68AA00. Grayscale: #7B7B7B. Windows color (decimal): -6859265 or 16733591. OLE color: 16733591.

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

Color convert

RGB 151 85 255 -
CMYK 0.41 0.67 0 0
HSL 263.29º 1% 0.67% -
HSV(B) 263.29º 0.67% 1% -
XYZ 34.06 20.3 96.73 -
YUV 124.11 201.87 147.18 -
System Red Green Blue C M Y K H S L
Decimal 151 85 255 0.41 0.67 0 0 263.29 1 0.67
Hex 97 55 FF 29 43 0 0 107 64 43
Octal 227 125 377 51 103 0 0 407 144 103
Binary 10010111 1010101 11111111 101001 1000011 0 0 100000111 1100100 1000011

Color Harmonies of #9755FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9755FF

Black with #9755FF

Text Example


Text Example

White with #9755FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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