Html Css Color HEX #946BFB Light Slate Blue

📋 copy color: '#946BFB'

red 148 ◦ green 107 ◦ blue 251

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

Shades of Light Slate Blue #946BFB

Tints of Light Slate Blue #946BFB

RGB

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

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

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

R = 29.25%
G = 21.15%
B = 49.6%

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

#946BFB (or 0x946BFB) is known color: Light Slate Blue. HEX triplet: 94, 6B and FB. RGB value is (148,107,251). Sum of RGB (Red+Green+Blue) = 148+107+251=506 (67% of max value = 765). Red value is 148 (58.20% from 255 or 29.25% from 506); Green value is 107 (42.19% from 255 or 21.15% from 506); Blue value is 251 (98.44% from 255 or 49.60% from 506); Max value from RGB is 251 - color contains mainly: blue. Hex color #946BFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #946BFB is #6B9404. Grayscale: #878787. Windows color (decimal): -7050245 or 16477076. OLE color: 16477076.

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

Color convert

RGB 148 107 251 -
CMYK 0.41 0.57 0 0.02
HSL 257.08º 0.95% 0.7% -
HSV(B) 257.08º 0.57% 0.98% -
XYZ 34.88 23.78 94.02 -
YUV 135.68 193.08 136.79 -
System Red Green Blue C M Y K H S L
Decimal 148 107 251 0.41 0.57 0 0.02 257.08 0.95 0.7
Hex 94 6B FB 29 39 0 2 101 5F 46
Octal 224 153 373 51 71 0 2 401 137 106
Binary 10010100 1101011 11111011 101001 111001 0 10 100000001 1011111 1000110

Color Harmonies of #946BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946BFB

Black with #946BFB

Text Example


Text Example

White with #946BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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