Html Css Color HEX #947AF1 Light Slate Blue

📋 copy color: '#947AF1'

red 148 ◦ green 122 ◦ blue 241

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

Shades of Light Slate Blue #947AF1

Tints of Light Slate Blue #947AF1

RGB

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

 GREEN value IS 122 (48.05% from 255) = 23.87%

 BLUE value IS 241 (94.53% from 255) = 47.16%

R = 28.96%
G = 23.87%
B = 47.16%

CMYK

 C value IS 0.39

 M value IS 0.49

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#947AF1 (or 0x947AF1) is known color: Light Slate Blue. HEX triplet: 94, 7A and F1. RGB value is (148,122,241). Sum of RGB (Red+Green+Blue) = 148+122+241=511 (67% of max value = 765). Red value is 148 (58.20% from 255 or 28.96% from 511); Green value is 122 (48.05% from 255 or 23.87% from 511); Blue value is 241 (94.53% from 255 or 47.16% from 511); Max value from RGB is 241 - color contains mainly: blue. Hex color #947AF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #947AF1 is #6B850E. Grayscale: #8E8E8E. Windows color (decimal): -7046415 or 15825556. OLE color: 15825556.

HSL color Cylindrical-coordinate representation of color #947AF1: hue angle of 253.11º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #947AF1 is Cyan = 0.39, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 148 122 241 -
CMYK 0.39 0.49 0 0.05
HSL 253.11º 0.81% 0.71% -
HSV(B) 253.11º 0.49% 0.95% -
XYZ 35.05 26.57 86.5 -
YUV 143.34 183.11 131.32 -
System Red Green Blue C M Y K H S L
Decimal 148 122 241 0.39 0.49 0 0.05 253.11 0.81 0.71
Hex 94 7A F1 27 31 0 5 FD 51 47
Octal 224 172 361 47 61 0 5 375 121 107
Binary 10010100 1111010 11110001 100111 110001 0 101 11111101 1010001 1000111

Color Harmonies of #947AF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947AF1

Black with #947AF1

Text Example


Text Example

White with #947AF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #947AF1; }

 p { color: rgb(148,122,241); }

 H1.HeaderClassName
 {
   color: #947AF1;
 }
 .AnyTagClassName
 {
   color: #947AF1;
 }
</style>

background-color css

<style>
 a { background-color: #947AF1; }

 a { background-color: rgb(148,122,241); }

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

border-color css

<style>
 span { border-color: #947AF1; }

 span { border-color: rgb(148,122,241); }

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