Html Css Color HEX #9691FF Light Slate Blue

📋 copy color: '#9691FF'

red 150 ◦ green 145 ◦ blue 255

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

Shades of Light Slate Blue #9691FF

Tints of Light Slate Blue #9691FF

RGB

 RED value IS 150 (58.98% from 255) = 27.27%

 GREEN value IS 145 (57.03% from 255) = 26.36%

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

R = 27.27%
G = 26.36%
B = 46.36%

CMYK

 C value IS 0.41

 M value IS 0.43

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9691FF (or 0x9691FF) is known color: Light Slate Blue. HEX triplet: 96, 91 and FF. RGB value is (150,145,255). Sum of RGB (Red+Green+Blue) = 150+145+255=550 (72% of max value = 765). Red value is 150 (58.98% from 255 or 27.27% from 550); Green value is 145 (57.03% from 255 or 26.36% from 550); Blue value is 255 (100% from 255 or 46.36% from 550); Max value from RGB is 255 - color contains mainly: blue. Hex color #9691FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9691FF is #696E00. Grayscale: #9E9E9E. Windows color (decimal): -6909441 or 16748950. OLE color: 16748950.

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

Color convert

RGB 150 145 255 -
CMYK 0.41 0.43 0 0
HSL 242.73º 1% 0.78% -
HSV(B) 242.73º 0.43% 1% -
XYZ 40.75 33.95 99.01 -
YUV 159.04 182.16 121.56 -
System Red Green Blue C M Y K H S L
Decimal 150 145 255 0.41 0.43 0 0 242.73 1 0.78
Hex 96 91 FF 29 2B 0 0 F3 64 4E
Octal 226 221 377 51 53 0 0 363 144 116
Binary 10010110 10010001 11111111 101001 101011 0 0 11110011 1100100 1001110

Color Harmonies of #9691FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9691FF

Black with #9691FF

Text Example


Text Example

White with #9691FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,145,255); }

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

background-color css

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

 a { background-color: rgb(150,145,255); }

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

border-color css

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

 span { border-color: rgb(150,145,255); }

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