Html Css Color HEX #8283FD Light Slate Blue

📋 copy color: '#8283FD'

red 130 ◦ green 131 ◦ blue 253

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

Shades of Light Slate Blue #8283FD

Tints of Light Slate Blue #8283FD

RGB

 RED value IS 130 (51.17% from 255) = 25.29%

 GREEN value IS 131 (51.56% from 255) = 25.49%

 BLUE value IS 253 (99.22% from 255) = 49.22%

R = 25.29%
G = 25.49%
B = 49.22%

CMYK

 C value IS 0.49

 M value IS 0.48

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8283FD (or 0x8283FD) is known color: Light Slate Blue. HEX triplet: 82, 83 and FD. RGB value is (130,131,253). Sum of RGB (Red+Green+Blue) = 130+131+253=514 (68% of max value = 765). Red value is 130 (51.17% from 255 or 25.29% from 514); Green value is 131 (51.56% from 255 or 25.49% from 514); Blue value is 253 (99.22% from 255 or 49.22% from 514); Max value from RGB is 253 - color contains mainly: blue. Hex color #8283FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8283FD is #7D7C02. Grayscale: #909090. Windows color (decimal): -8223747 or 16614274. OLE color: 16614274.

HSL color Cylindrical-coordinate representation of color #8283FD: hue angle of 239.51º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8283FD is Cyan = 0.49, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 130 131 253 -
CMYK 0.49 0.48 0 0.01
HSL 239.51º 0.97% 0.75% -
HSV(B) 239.51º 0.49% 0.99% -
XYZ 35.05 28.07 96.5 -
YUV 144.61 189.17 117.58 -
System Red Green Blue C M Y K H S L
Decimal 130 131 253 0.49 0.48 0 0.01 239.51 0.97 0.75
Hex 82 83 FD 31 30 0 1 F0 61 4B
Octal 202 203 375 61 60 0 1 360 141 113
Binary 10000010 10000011 11111101 110001 110000 0 1 11110000 1100001 1001011

Color Harmonies of #8283FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8283FD

Black with #8283FD

Text Example


Text Example

White with #8283FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8283FD; }

 p { color: rgb(130,131,253); }

 H1.HeaderClassName
 {
   color: #8283FD;
 }
 .AnyTagClassName
 {
   color: #8283FD;
 }
</style>

background-color css

<style>
 a { background-color: #8283FD; }

 a { background-color: rgb(130,131,253); }

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

border-color css

<style>
 span { border-color: #8283FD; }

 span { border-color: rgb(130,131,253); }

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