Html Css Color HEX #8364FB Light Slate Blue

📋 copy color: '#8364FB'

red 131 ◦ green 100 ◦ blue 251

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

Shades of Light Slate Blue #8364FB

Tints of Light Slate Blue #8364FB

RGB

 RED value IS 131 (51.56% from 255) = 27.18%

 GREEN value IS 100 (39.45% from 255) = 20.75%

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

R = 27.18%
G = 20.75%
B = 52.07%

CMYK

 C value IS 0.48

 M value IS 0.60

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8364FB (or 0x8364FB) is known color: Light Slate Blue. HEX triplet: 83, 64 and FB. RGB value is (131,100,251). Sum of RGB (Red+Green+Blue) = 131+100+251=482 (63% of max value = 765). Red value is 131 (51.56% from 255 or 27.18% from 482); Green value is 100 (39.45% from 255 or 20.75% from 482); Blue value is 251 (98.44% from 255 or 52.07% from 482); Max value from RGB is 251 - color contains mainly: blue. Hex color #8364FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8364FB is #7C9B04. Grayscale: #7D7D7D. Windows color (decimal): -8166149 or 16475267. OLE color: 16475267.

HSL color Cylindrical-coordinate representation of color #8364FB: hue angle of 252.32º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8364FB is Cyan = 0.48, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 131 100 251 -
CMYK 0.48 0.60 0 0.02
HSL 252.32º 0.95% 0.69% -
HSV(B) 252.32º 0.6% 0.98% -
XYZ 31.33 20.9 93.65 -
YUV 126.48 198.27 131.22 -
System Red Green Blue C M Y K H S L
Decimal 131 100 251 0.48 0.60 0 0.02 252.32 0.95 0.69
Hex 83 64 FB 30 3C 0 2 FC 5F 45
Octal 203 144 373 60 74 0 2 374 137 105
Binary 10000011 1100100 11111011 110000 111100 0 10 11111100 1011111 1000101

Color Harmonies of #8364FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8364FB

Black with #8364FB

Text Example


Text Example

White with #8364FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8364FB; }

 p { color: rgb(131,100,251); }

 H1.HeaderClassName
 {
   color: #8364FB;
 }
 .AnyTagClassName
 {
   color: #8364FB;
 }
</style>

background-color css

<style>
 a { background-color: #8364FB; }

 a { background-color: rgb(131,100,251); }

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

border-color css

<style>
 span { border-color: #8364FB; }

 span { border-color: rgb(131,100,251); }

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