Html Css Color HEX #8369FA Light Slate Blue

📋 copy color: '#8369FA'

red 131 ◦ green 105 ◦ blue 250

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

Shades of Light Slate Blue #8369FA

Tints of Light Slate Blue #8369FA

RGB

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

 GREEN value IS 105 (41.41% from 255) = 21.6%

 BLUE value IS 250 (98.05% from 255) = 51.44%

R = 26.95%
G = 21.6%
B = 51.44%

CMYK

 C value IS 0.48

 M value IS 0.58

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8369FA (or 0x8369FA) is known color: Light Slate Blue. HEX triplet: 83, 69 and FA. RGB value is (131,105,250). Sum of RGB (Red+Green+Blue) = 131+105+250=486 (64% of max value = 765). Red value is 131 (51.56% from 255 or 26.95% from 486); Green value is 105 (41.41% from 255 or 21.60% from 486); Blue value is 250 (98.05% from 255 or 51.44% from 486); Max value from RGB is 250 - color contains mainly: blue. Hex color #8369FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8369FA is #7C9605. Grayscale: #808080. Windows color (decimal): -8164870 or 16411011. OLE color: 16411011.

HSL color Cylindrical-coordinate representation of color #8369FA: hue angle of 250.76º degrees, saturation: 0.94, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8369FA is Cyan = 0.48, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 131 105 250 -
CMYK 0.48 0.58 0 0.02
HSL 250.76º 0.94% 0.7% -
HSV(B) 250.76º 0.58% 0.98% -
XYZ 31.67 21.83 92.99 -
YUV 129.3 196.11 129.21 -
System Red Green Blue C M Y K H S L
Decimal 131 105 250 0.48 0.58 0 0.02 250.76 0.94 0.7
Hex 83 69 FA 30 3A 0 2 FB 5E 46
Octal 203 151 372 60 72 0 2 373 136 106
Binary 10000011 1101001 11111010 110000 111010 0 10 11111011 1011110 1000110

Color Harmonies of #8369FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8369FA

Black with #8369FA

Text Example


Text Example

White with #8369FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8369FA; }

 p { color: rgb(131,105,250); }

 H1.HeaderClassName
 {
   color: #8369FA;
 }
 .AnyTagClassName
 {
   color: #8369FA;
 }
</style>

background-color css

<style>
 a { background-color: #8369FA; }

 a { background-color: rgb(131,105,250); }

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

border-color css

<style>
 span { border-color: #8369FA; }

 span { border-color: rgb(131,105,250); }

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