Html Css Color HEX #9471FF Light Slate Blue

📋 copy color: '#9471FF'

red 148 ◦ green 113 ◦ blue 255

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

Shades of Light Slate Blue #9471FF

Tints of Light Slate Blue #9471FF

RGB

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

 GREEN value IS 113 (44.53% from 255) = 21.9%

 BLUE value IS 255 (100% from 255) = 49.42%

R = 28.68%
G = 21.9%
B = 49.42%

CMYK

 C value IS 0.42

 M value IS 0.56

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9471FF (or 0x9471FF) is known color: Light Slate Blue. HEX triplet: 94, 71 and FF. RGB value is (148,113,255). Sum of RGB (Red+Green+Blue) = 148+113+255=516 (68% of max value = 765). Red value is 148 (58.20% from 255 or 28.68% from 516); Green value is 113 (44.53% from 255 or 21.90% from 516); Blue value is 255 (100% from 255 or 49.42% from 516); Max value from RGB is 255 - color contains mainly: blue. Hex color #9471FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9471FF is #6B8E00. Grayscale: #8B8B8B. Windows color (decimal): -7048705 or 16740756. OLE color: 16740756.

HSL color Cylindrical-coordinate representation of color #9471FF: hue angle of 254.79º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9471FF is Cyan = 0.42, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 148 113 255 -
CMYK 0.42 0.56 0 0
HSL 254.79º 1% 0.72% -
HSV(B) 254.79º 0.56% 1% -
XYZ 36.17 25.33 97.59 -
YUV 139.65 193.1 133.95 -
System Red Green Blue C M Y K H S L
Decimal 148 113 255 0.42 0.56 0 0 254.79 1 0.72
Hex 94 71 FF 2A 38 0 0 FF 64 48
Octal 224 161 377 52 70 0 0 377 144 110
Binary 10010100 1110001 11111111 101010 111000 0 0 11111111 1100100 1001000

Color Harmonies of #9471FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9471FF

Black with #9471FF

Text Example


Text Example

White with #9471FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9471FF; }

 p { color: rgb(148,113,255); }

 H1.HeaderClassName
 {
   color: #9471FF;
 }
 .AnyTagClassName
 {
   color: #9471FF;
 }
</style>

background-color css

<style>
 a { background-color: #9471FF; }

 a { background-color: rgb(148,113,255); }

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

border-color css

<style>
 span { border-color: #9471FF; }

 span { border-color: rgb(148,113,255); }

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