Html Css Color HEX #946CFD Light Slate Blue

📋 copy color: '#946CFD'

red 148 ◦ green 108 ◦ blue 253

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

Shades of Light Slate Blue #946CFD

Tints of Light Slate Blue #946CFD

RGB

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

 GREEN value IS 108 (42.58% from 255) = 21.22%

 BLUE value IS 253 (99.22% from 255) = 49.71%

R = 29.08%
G = 21.22%
B = 49.71%

CMYK

 C value IS 0.42

 M value IS 0.57

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#946CFD (or 0x946CFD) is known color: Light Slate Blue. HEX triplet: 94, 6C and FD. RGB value is (148,108,253). Sum of RGB (Red+Green+Blue) = 148+108+253=509 (67% of max value = 765). Red value is 148 (58.20% from 255 or 29.08% from 509); Green value is 108 (42.58% from 255 or 21.22% from 509); Blue value is 253 (99.22% from 255 or 49.71% from 509); Max value from RGB is 253 - color contains mainly: blue. Hex color #946CFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #946CFD is #6B9302. Grayscale: #878787. Windows color (decimal): -7049987 or 16608404. OLE color: 16608404.

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

Color convert

RGB 148 108 253 -
CMYK 0.42 0.57 0 0.01
HSL 256.55º 0.97% 0.71% -
HSV(B) 256.55º 0.57% 0.99% -
XYZ 35.3 24.11 95.72 -
YUV 136.49 193.75 136.21 -
System Red Green Blue C M Y K H S L
Decimal 148 108 253 0.42 0.57 0 0.01 256.55 0.97 0.71
Hex 94 6C FD 2A 39 0 1 101 61 47
Octal 224 154 375 52 71 0 1 401 141 107
Binary 10010100 1101100 11111101 101010 111001 0 1 100000001 1100001 1000111

Color Harmonies of #946CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946CFD

Black with #946CFD

Text Example


Text Example

White with #946CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,108,253); }

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

background-color css

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

 a { background-color: rgb(148,108,253); }

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

border-color css

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

 span { border-color: rgb(148,108,253); }

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