Html Css Color HEX #946CFB Light Slate Blue

📋 copy color: '#946CFB'

red 148 ◦ green 108 ◦ blue 251

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

Shades of Light Slate Blue #946CFB

Tints of Light Slate Blue #946CFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 49.51%

R = 29.19%
G = 21.3%
B = 49.51%

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

#946CFB (or 0x946CFB) is known color: Light Slate Blue. HEX triplet: 94, 6C and FB. RGB value is (148,108,251). Sum of RGB (Red+Green+Blue) = 148+108+251=507 (67% of max value = 765). Red value is 148 (58.20% from 255 or 29.19% from 507); Green value is 108 (42.58% from 255 or 21.30% from 507); Blue value is 251 (98.44% from 255 or 49.51% from 507); Max value from RGB is 251 - color contains mainly: blue. Hex color #946CFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #946CFB is #6B9304. Grayscale: #878787. Windows color (decimal): -7049989 or 16477332. OLE color: 16477332.

HSL color Cylindrical-coordinate representation of color #946CFB: hue angle of 256.78º degrees, saturation: 0.95, 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 #946CFB is Cyan = 0.41, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 148 108 251 -
CMYK 0.41 0.57 0 0.02
HSL 256.78º 0.95% 0.7% -
HSV(B) 256.78º 0.57% 0.98% -
XYZ 34.99 23.99 94.05 -
YUV 136.26 192.75 136.37 -
System Red Green Blue C M Y K H S L
Decimal 148 108 251 0.41 0.57 0 0.02 256.78 0.95 0.7
Hex 94 6C FB 29 39 0 2 101 5F 46
Octal 224 154 373 51 71 0 2 401 137 106
Binary 10010100 1101100 11111011 101001 111001 0 10 100000001 1011111 1000110

Color Harmonies of #946CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946CFB

Black with #946CFB

Text Example


Text Example

White with #946CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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