Html Css Color HEX #9471FC Light Slate Blue

📋 copy color: '#9471FC'

red 148 ◦ green 113 ◦ blue 252

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

Shades of Light Slate Blue #9471FC

Tints of Light Slate Blue #9471FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 49.12%

R = 28.85%
G = 22.03%
B = 49.12%

CMYK

 C value IS 0.41

 M value IS 0.55

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#9471FC (or 0x9471FC) is known color: Light Slate Blue. HEX triplet: 94, 71 and FC. RGB value is (148,113,252). Sum of RGB (Red+Green+Blue) = 148+113+252=513 (67% of max value = 765). Red value is 148 (58.20% from 255 or 28.85% from 513); Green value is 113 (44.53% from 255 or 22.03% from 513); Blue value is 252 (98.83% from 255 or 49.12% from 513); Max value from RGB is 252 - color contains mainly: blue. Hex color #9471FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9471FC is #6B8E03. Grayscale: #8A8A8A. Windows color (decimal): -7048708 or 16544148. OLE color: 16544148.

HSL color Cylindrical-coordinate representation of color #9471FC: hue angle of 255.11º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9471FC is Cyan = 0.41, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 148 113 252 -
CMYK 0.41 0.55 0 0.01
HSL 255.11º 0.96% 0.72% -
HSV(B) 255.11º 0.55% 0.99% -
XYZ 35.69 25.13 95.07 -
YUV 139.31 191.6 134.2 -
System Red Green Blue C M Y K H S L
Decimal 148 113 252 0.41 0.55 0 0.01 255.11 0.96 0.72
Hex 94 71 FC 29 37 0 1 FF 60 48
Octal 224 161 374 51 67 0 1 377 140 110
Binary 10010100 1110001 11111100 101001 110111 0 1 11111111 1100000 1001000

Color Harmonies of #9471FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9471FC

Black with #9471FC

Text Example


Text Example

White with #9471FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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