Html Css Color HEX #9165F9 Light Slate Blue

📋 copy color: '#9165F9'

red 145 ◦ green 101 ◦ blue 249

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

Shades of Light Slate Blue #9165F9

Tints of Light Slate Blue #9165F9

RGB

 RED value IS 145 (57.03% from 255) = 29.29%

 GREEN value IS 101 (39.84% from 255) = 20.4%

 BLUE value IS 249 (97.66% from 255) = 50.3%

R = 29.29%
G = 20.4%
B = 50.3%

CMYK

 C value IS 0.42

 M value IS 0.59

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9165F9 (or 0x9165F9) is known color: Light Slate Blue. HEX triplet: 91, 65 and F9. RGB value is (145,101,249). Sum of RGB (Red+Green+Blue) = 145+101+249=495 (65% of max value = 765). Red value is 145 (57.03% from 255 or 29.29% from 495); Green value is 101 (39.84% from 255 or 20.40% from 495); Blue value is 249 (97.66% from 255 or 50.30% from 495); Max value from RGB is 249 - color contains mainly: blue. Hex color #9165F9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9165F9 is #6E9A06. Grayscale: #828282. Windows color (decimal): -7248391 or 16344465. OLE color: 16344465.

HSL color Cylindrical-coordinate representation of color #9165F9: hue angle of 257.84º degrees, saturation: 0.93, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9165F9 is Cyan = 0.42, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 145 101 249 -
CMYK 0.42 0.59 0 0.02
HSL 257.84º 0.93% 0.69% -
HSV(B) 257.84º 0.59% 0.98% -
XYZ 33.43 22.17 92.14 -
YUV 131.03 194.58 137.97 -
System Red Green Blue C M Y K H S L
Decimal 145 101 249 0.42 0.59 0 0.02 257.84 0.93 0.69
Hex 91 65 F9 2A 3B 0 2 102 5C 45
Octal 221 145 371 52 73 0 2 402 134 105
Binary 10010001 1100101 11111001 101010 111011 0 10 100000010 1011100 1000101

Color Harmonies of #9165F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9165F9

Black with #9165F9

Text Example


Text Example

White with #9165F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9165F9; }

 p { color: rgb(145,101,249); }

 H1.HeaderClassName
 {
   color: #9165F9;
 }
 .AnyTagClassName
 {
   color: #9165F9;
 }
</style>

background-color css

<style>
 a { background-color: #9165F9; }

 a { background-color: rgb(145,101,249); }

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

border-color css

<style>
 span { border-color: #9165F9; }

 span { border-color: rgb(145,101,249); }

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