Html Css Color HEX #946BFD Light Slate Blue

📋 copy color: '#946BFD'

red 148 ◦ green 107 ◦ blue 253

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

Shades of Light Slate Blue #946BFD

Tints of Light Slate Blue #946BFD

RGB

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

 GREEN value IS 107 (42.19% from 255) = 21.06%

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

R = 29.13%
G = 21.06%
B = 49.8%

CMYK

 C value IS 0.42

 M value IS 0.58

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#946BFD (or 0x946BFD) is known color: Light Slate Blue. HEX triplet: 94, 6B and FD. RGB value is (148,107,253). Sum of RGB (Red+Green+Blue) = 148+107+253=508 (67% of max value = 765). Red value is 148 (58.20% from 255 or 29.13% from 508); Green value is 107 (42.19% from 255 or 21.06% from 508); Blue value is 253 (99.22% from 255 or 49.80% from 508); Max value from RGB is 253 - color contains mainly: blue. Hex color #946BFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #946BFD is #6B9402. Grayscale: #878787. Windows color (decimal): -7050243 or 16608148. OLE color: 16608148.

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

Color convert

RGB 148 107 253 -
CMYK 0.42 0.58 0 0.01
HSL 256.85º 0.97% 0.71% -
HSV(B) 256.85º 0.58% 0.99% -
XYZ 35.2 23.9 95.69 -
YUV 135.9 194.08 136.63 -
System Red Green Blue C M Y K H S L
Decimal 148 107 253 0.42 0.58 0 0.01 256.85 0.97 0.71
Hex 94 6B FD 2A 3A 0 1 101 61 47
Octal 224 153 375 52 72 0 1 401 141 107
Binary 10010100 1101011 11111101 101010 111010 0 1 100000001 1100001 1000111

Color Harmonies of #946BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946BFD

Black with #946BFD

Text Example


Text Example

White with #946BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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