Html Css Color HEX #838FFD Light Slate Blue

📋 copy color: '#838FFD'

red 131 ◦ green 143 ◦ blue 253

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

Shades of Light Slate Blue #838FFD

Tints of Light Slate Blue #838FFD

RGB

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

 GREEN value IS 143 (56.25% from 255) = 27.13%

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

R = 24.86%
G = 27.13%
B = 48.01%

CMYK

 C value IS 0.48

 M value IS 0.43

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#838FFD (or 0x838FFD) is known color: Light Slate Blue. HEX triplet: 83, 8F and FD. RGB value is (131,143,253). Sum of RGB (Red+Green+Blue) = 131+143+253=527 (69% of max value = 765). Red value is 131 (51.56% from 255 or 24.86% from 527); Green value is 143 (56.25% from 255 or 27.13% from 527); Blue value is 253 (99.22% from 255 or 48.01% from 527); Max value from RGB is 253 - color contains mainly: blue. Hex color #838FFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #838FFD is #7C7002. Grayscale: #979797. Windows color (decimal): -8155139 or 16617347. OLE color: 16617347.

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

Color convert

RGB 131 143 253 -
CMYK 0.48 0.43 0 0.01
HSL 234.1º 0.97% 0.75% -
HSV(B) 234.1º 0.48% 0.99% -
XYZ 36.91 31.56 97.08 -
YUV 151.95 185.02 113.06 -
System Red Green Blue C M Y K H S L
Decimal 131 143 253 0.48 0.43 0 0.01 234.1 0.97 0.75
Hex 83 8F FD 30 2B 0 1 EA 61 4B
Octal 203 217 375 60 53 0 1 352 141 113
Binary 10000011 10001111 11111101 110000 101011 0 1 11101010 1100001 1001011

Color Harmonies of #838FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838FFD

Black with #838FFD

Text Example


Text Example

White with #838FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #838FFD; }

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

 H1.HeaderClassName
 {
   color: #838FFD;
 }
 .AnyTagClassName
 {
   color: #838FFD;
 }
</style>

background-color css

<style>
 a { background-color: #838FFD; }

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

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

border-color css

<style>
 span { border-color: #838FFD; }

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

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