Html Css Color HEX #9F92FF Light Slate Blue

📋 copy color: '#9F92FF'

red 159 ◦ green 146 ◦ blue 255

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

Shades of Light Slate Blue #9F92FF

Tints of Light Slate Blue #9F92FF

RGB

 RED value IS 159 (62.5% from 255) = 28.39%

 GREEN value IS 146 (57.42% from 255) = 26.07%

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

R = 28.39%
G = 26.07%
B = 45.54%

CMYK

 C value IS 0.38

 M value IS 0.43

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9F92FF (or 0x9F92FF) is known color: Light Slate Blue. HEX triplet: 9F, 92 and FF. RGB value is (159,146,255). Sum of RGB (Red+Green+Blue) = 159+146+255=560 (74% of max value = 765). Red value is 159 (62.5% from 255 or 28.39% from 560); Green value is 146 (57.42% from 255 or 26.07% from 560); Blue value is 255 (100% from 255 or 45.54% from 560); Max value from RGB is 255 - color contains mainly: blue. Hex color #9F92FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9F92FF is #606D00. Grayscale: #A1A1A1. Windows color (decimal): -6319361 or 16749215. OLE color: 16749215.

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

Color convert

RGB 159 146 255 -
CMYK 0.38 0.43 0 0
HSL 247.16º 1% 0.79% -
HSV(B) 247.16º 0.43% 1% -
XYZ 42.63 35.15 99.15 -
YUV 162.31 180.31 125.64 -
System Red Green Blue C M Y K H S L
Decimal 159 146 255 0.38 0.43 0 0 247.16 1 0.79
Hex 9F 92 FF 26 2B 0 0 F7 64 4F
Octal 237 222 377 46 53 0 0 367 144 117
Binary 10011111 10010010 11111111 100110 101011 0 0 11110111 1100100 1001111

Color Harmonies of #9F92FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F92FF

Black with #9F92FF

Text Example


Text Example

White with #9F92FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9F92FF; }

 p { color: rgb(159,146,255); }

 H1.HeaderClassName
 {
   color: #9F92FF;
 }
 .AnyTagClassName
 {
   color: #9F92FF;
 }
</style>

background-color css

<style>
 a { background-color: #9F92FF; }

 a { background-color: rgb(159,146,255); }

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

border-color css

<style>
 span { border-color: #9F92FF; }

 span { border-color: rgb(159,146,255); }

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