Html Css Color HEX #9466FC Light Slate Blue

📋 copy color: '#9466FC'

red 148 ◦ green 102 ◦ blue 252

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

Shades of Light Slate Blue #9466FC

Tints of Light Slate Blue #9466FC

RGB

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

 GREEN value IS 102 (40.23% from 255) = 20.32%

 BLUE value IS 252 (98.83% from 255) = 50.2%

R = 29.48%
G = 20.32%
B = 50.2%

CMYK

 C value IS 0.41

 M value IS 0.60

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#9466FC (or 0x9466FC) is known color: Light Slate Blue. HEX triplet: 94, 66 and FC. RGB value is (148,102,252). Sum of RGB (Red+Green+Blue) = 148+102+252=502 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.48% from 502); Green value is 102 (40.23% from 255 or 20.32% from 502); Blue value is 252 (98.83% from 255 or 50.20% from 502); Max value from RGB is 252 - color contains mainly: blue. Hex color #9466FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9466FC is #6B9903. Grayscale: #848484. Windows color (decimal): -7051524 or 16541332. OLE color: 16541332.

HSL color Cylindrical-coordinate representation of color #9466FC: hue angle of 258.4º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9466FC is Cyan = 0.41, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 148 102 252 -
CMYK 0.41 0.60 0 0.01
HSL 258.4º 0.96% 0.69% -
HSV(B) 258.4º 0.6% 0.99% -
XYZ 34.53 22.83 94.68 -
YUV 132.85 195.24 138.8 -
System Red Green Blue C M Y K H S L
Decimal 148 102 252 0.41 0.60 0 0.01 258.4 0.96 0.69
Hex 94 66 FC 29 3C 0 1 102 60 45
Octal 224 146 374 51 74 0 1 402 140 105
Binary 10010100 1100110 11111100 101001 111100 0 1 100000010 1100000 1000101

Color Harmonies of #9466FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9466FC

Black with #9466FC

Text Example


Text Example

White with #9466FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9466FC; }

 p { color: rgb(148,102,252); }

 H1.HeaderClassName
 {
   color: #9466FC;
 }
 .AnyTagClassName
 {
   color: #9466FC;
 }
</style>

background-color css

<style>
 a { background-color: #9466FC; }

 a { background-color: rgb(148,102,252); }

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

border-color css

<style>
 span { border-color: #9466FC; }

 span { border-color: rgb(148,102,252); }

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