Html Css Color HEX #838DFA Light Slate Blue

📋 copy color: '#838DFA'

red 131 ◦ green 141 ◦ blue 250

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

Shades of Light Slate Blue #838DFA

Tints of Light Slate Blue #838DFA

RGB

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

 GREEN value IS 141 (55.47% from 255) = 27.01%

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

R = 25.1%
G = 27.01%
B = 47.89%

CMYK

 C value IS 0.48

 M value IS 0.44

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#838DFA (or 0x838DFA) is known color: Light Slate Blue. HEX triplet: 83, 8D and FA. RGB value is (131,141,250). Sum of RGB (Red+Green+Blue) = 131+141+250=522 (69% of max value = 765). Red value is 131 (51.56% from 255 or 25.10% from 522); Green value is 141 (55.47% from 255 or 27.01% from 522); Blue value is 250 (98.05% from 255 or 47.89% from 522); Max value from RGB is 250 - color contains mainly: blue. Hex color #838DFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #838DFA is #7C7205. Grayscale: #959595. Windows color (decimal): -8155654 or 16420227. OLE color: 16420227.

HSL color Cylindrical-coordinate representation of color #838DFA: hue angle of 234.96º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #838DFA is Cyan = 0.48, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 131 141 250 -
CMYK 0.48 0.44 0 0.02
HSL 234.96º 0.92% 0.75% -
HSV(B) 234.96º 0.48% 0.98% -
XYZ 36.14 30.78 94.48 -
YUV 150.44 184.19 114.14 -
System Red Green Blue C M Y K H S L
Decimal 131 141 250 0.48 0.44 0 0.02 234.96 0.92 0.75
Hex 83 8D FA 30 2C 0 2 EB 5C 4B
Octal 203 215 372 60 54 0 2 353 134 113
Binary 10000011 10001101 11111010 110000 101100 0 10 11101011 1011100 1001011

Color Harmonies of #838DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838DFA

Black with #838DFA

Text Example


Text Example

White with #838DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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