Html Css Color HEX #9164FA Light Slate Blue

📋 copy color: '#9164FA'

red 145 ◦ green 100 ◦ blue 250

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

Shades of Light Slate Blue #9164FA

Tints of Light Slate Blue #9164FA

RGB

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

 GREEN value IS 100 (39.45% from 255) = 20.2%

 BLUE value IS 250 (98.05% from 255) = 50.51%

R = 29.29%
G = 20.2%
B = 50.51%

CMYK

 C value IS 0.42

 M value IS 0.6

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9164FA (or 0x9164FA) is known color: Light Slate Blue. HEX triplet: 91, 64 and FA. RGB value is (145,100,250). Sum of RGB (Red+Green+Blue) = 145+100+250=495 (65% of max value = 765). Red value is 145 (57.03% from 255 or 29.29% from 495); Green value is 100 (39.45% from 255 or 20.20% from 495); Blue value is 250 (98.05% from 255 or 50.51% from 495); Max value from RGB is 250 - color contains mainly: blue. Hex color #9164FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9164FA is #6E9B05. Grayscale: #828282. Windows color (decimal): -7248646 or 16409745. OLE color: 16409745.

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

Color convert

RGB 145 100 250 -
CMYK 0.42 0.6 0 0.02
HSL 258º 0.94% 0.69% -
HSV(B) 258º 0.6% 0.98% -
XYZ 33.49 22.04 92.93 -
YUV 130.56 195.41 138.3 -
System Red Green Blue C M Y K H S L
Decimal 145 100 250 0.42 0.6 0 0.02 258 0.94 0.69
Hex 91 64 FA 2A 3C 0 2 102 5E 45
Octal 221 144 372 52 74 0 2 402 136 105
Binary 10010001 1100100 11111010 101010 111100 0 10 100000010 1011110 1000101

Color Harmonies of #9164FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9164FA

Black with #9164FA

Text Example


Text Example

White with #9164FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9164FA; }

 p { color: rgb(145,100,250); }

 H1.HeaderClassName
 {
   color: #9164FA;
 }
 .AnyTagClassName
 {
   color: #9164FA;
 }
</style>

background-color css

<style>
 a { background-color: #9164FA; }

 a { background-color: rgb(145,100,250); }

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

border-color css

<style>
 span { border-color: #9164FA; }

 span { border-color: rgb(145,100,250); }

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