Html Css Color HEX #946BFA Light Slate Blue

📋 copy color: '#946BFA'

red 148 ◦ green 107 ◦ blue 250

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

Shades of Light Slate Blue #946BFA

Tints of Light Slate Blue #946BFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 49.5%

R = 29.31%
G = 21.19%
B = 49.5%

CMYK

 C value IS 0.41

 M value IS 0.57

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#946BFA (or 0x946BFA) is known color: Light Slate Blue. HEX triplet: 94, 6B and FA. RGB value is (148,107,250). Sum of RGB (Red+Green+Blue) = 148+107+250=505 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.31% from 505); Green value is 107 (42.19% from 255 or 21.19% from 505); Blue value is 250 (98.05% from 255 or 49.50% from 505); Max value from RGB is 250 - color contains mainly: blue. Hex color #946BFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #946BFA is #6B9405. Grayscale: #878787. Windows color (decimal): -7050246 or 16411540. OLE color: 16411540.

HSL color Cylindrical-coordinate representation of color #946BFA: hue angle of 257.2º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #946BFA is Cyan = 0.41, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 148 107 250 -
CMYK 0.41 0.57 0 0.02
HSL 257.2º 0.93% 0.7% -
HSV(B) 257.2º 0.57% 0.98% -
XYZ 34.73 23.71 93.19 -
YUV 135.56 192.58 136.87 -
System Red Green Blue C M Y K H S L
Decimal 148 107 250 0.41 0.57 0 0.02 257.2 0.93 0.7
Hex 94 6B FA 29 39 0 2 101 5D 46
Octal 224 153 372 51 71 0 2 401 135 106
Binary 10010100 1101011 11111010 101001 111001 0 10 100000001 1011101 1000110

Color Harmonies of #946BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946BFA

Black with #946BFA

Text Example


Text Example

White with #946BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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