Html Css Color HEX #9468F9 Light Slate Blue

📋 copy color: '#9468F9'

red 148 ◦ green 104 ◦ blue 249

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

Shades of Light Slate Blue #9468F9

Tints of Light Slate Blue #9468F9

RGB

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

 GREEN value IS 104 (41.02% from 255) = 20.76%

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

R = 29.54%
G = 20.76%
B = 49.7%

CMYK

 C value IS 0.41

 M value IS 0.58

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9468F9 (or 0x9468F9) is known color: Light Slate Blue. HEX triplet: 94, 68 and F9. RGB value is (148,104,249). Sum of RGB (Red+Green+Blue) = 148+104+249=501 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.54% from 501); Green value is 104 (41.02% from 255 or 20.76% from 501); Blue value is 249 (97.66% from 255 or 49.70% from 501); Max value from RGB is 249 - color contains mainly: blue. Hex color #9468F9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9468F9 is #6B9706. Grayscale: #858585. Windows color (decimal): -7051015 or 16345236. OLE color: 16345236.

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

Color convert

RGB 148 104 249 -
CMYK 0.41 0.58 0 0.02
HSL 258.21º 0.92% 0.69% -
HSV(B) 258.21º 0.58% 0.98% -
XYZ 34.26 23.04 92.26 -
YUV 133.69 193.08 138.21 -
System Red Green Blue C M Y K H S L
Decimal 148 104 249 0.41 0.58 0 0.02 258.21 0.92 0.69
Hex 94 68 F9 29 3A 0 2 102 5C 45
Octal 224 150 371 51 72 0 2 402 134 105
Binary 10010100 1101000 11111001 101001 111010 0 10 100000010 1011100 1000101

Color Harmonies of #9468F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9468F9

Black with #9468F9

Text Example


Text Example

White with #9468F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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