Html Css Color HEX #9465F9 Light Slate Blue

📋 copy color: '#9465F9'

red 148 ◦ green 101 ◦ blue 249

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

Shades of Light Slate Blue #9465F9

Tints of Light Slate Blue #9465F9

RGB

 RED value IS 148 (58.2% from 255) = 29.72%

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

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

R = 29.72%
G = 20.28%
B = 50%

CMYK

 C value IS 0.41

 M value IS 0.59

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9465F9 (or 0x9465F9) is known color: Light Slate Blue. HEX triplet: 94, 65 and F9. RGB value is (148,101,249). Sum of RGB (Red+Green+Blue) = 148+101+249=498 (65% of max value = 765). Red value is 148 (58.20% from 255 or 29.72% from 498); Green value is 101 (39.84% from 255 or 20.28% from 498); Blue value is 249 (97.66% from 255 or 50% from 498); Max value from RGB is 249 - color contains mainly: blue. Hex color #9465F9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9465F9 is #6B9A06. Grayscale: #838383. Windows color (decimal): -7051783 or 16344468. OLE color: 16344468.

HSL color Cylindrical-coordinate representation of color #9465F9: hue angle of 259.05º 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 #9465F9 is Cyan = 0.41, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 148 101 249 -
CMYK 0.41 0.59 0 0.02
HSL 259.05º 0.93% 0.69% -
HSV(B) 259.05º 0.59% 0.98% -
XYZ 33.97 22.44 92.16 -
YUV 131.93 194.07 139.47 -
System Red Green Blue C M Y K H S L
Decimal 148 101 249 0.41 0.59 0 0.02 259.05 0.93 0.69
Hex 94 65 F9 29 3B 0 2 103 5C 45
Octal 224 145 371 51 73 0 2 403 134 105
Binary 10010100 1100101 11111001 101001 111011 0 10 100000011 1011100 1000101

Color Harmonies of #9465F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9465F9

Black with #9465F9

Text Example


Text Example

White with #9465F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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