Html Css Color HEX #946FFC Light Slate Blue

📋 copy color: '#946FFC'

red 148 ◦ green 111 ◦ blue 252

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

Shades of Light Slate Blue #946FFC

Tints of Light Slate Blue #946FFC

RGB

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

 GREEN value IS 111 (43.75% from 255) = 21.72%

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

R = 28.96%
G = 21.72%
B = 49.32%

CMYK

 C value IS 0.41

 M value IS 0.56

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#946FFC (or 0x946FFC) is known color: Light Slate Blue. HEX triplet: 94, 6F and FC. RGB value is (148,111,252). Sum of RGB (Red+Green+Blue) = 148+111+252=511 (67% of max value = 765). Red value is 148 (58.20% from 255 or 28.96% from 511); Green value is 111 (43.75% from 255 or 21.72% from 511); Blue value is 252 (98.83% from 255 or 49.32% from 511); Max value from RGB is 252 - color contains mainly: blue. Hex color #946FFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #946FFC is #6B9003. Grayscale: #898989. Windows color (decimal): -7049220 or 16543636. OLE color: 16543636.

HSL color Cylindrical-coordinate representation of color #946FFC: hue angle of 255.74º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #946FFC is Cyan = 0.41, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 148 111 252 -
CMYK 0.41 0.56 0 0.01
HSL 255.74º 0.96% 0.71% -
HSV(B) 255.74º 0.56% 0.99% -
XYZ 35.47 24.69 94.99 -
YUV 138.14 192.26 135.04 -
System Red Green Blue C M Y K H S L
Decimal 148 111 252 0.41 0.56 0 0.01 255.74 0.96 0.71
Hex 94 6F FC 29 38 0 1 100 60 47
Octal 224 157 374 51 70 0 1 400 140 107
Binary 10010100 1101111 11111100 101001 111000 0 1 100000000 1100000 1000111

Color Harmonies of #946FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946FFC

Black with #946FFC

Text Example


Text Example

White with #946FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946FFC; }

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

 H1.HeaderClassName
 {
   color: #946FFC;
 }
 .AnyTagClassName
 {
   color: #946FFC;
 }
</style>

background-color css

<style>
 a { background-color: #946FFC; }

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

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

border-color css

<style>
 span { border-color: #946FFC; }

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

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