Html Css Color HEX #838DFB Light Slate Blue

📋 copy color: '#838DFB'

red 131 ◦ green 141 ◦ blue 251

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

Shades of Light Slate Blue #838DFB

Tints of Light Slate Blue #838DFB

RGB

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

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

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

R = 25.05%
G = 26.96%
B = 47.99%

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

#838DFB (or 0x838DFB) is known color: Light Slate Blue. HEX triplet: 83, 8D and FB. RGB value is (131,141,251). Sum of RGB (Red+Green+Blue) = 131+141+251=523 (69% of max value = 765). Red value is 131 (51.56% from 255 or 25.05% from 523); Green value is 141 (55.47% from 255 or 26.96% from 523); Blue value is 251 (98.44% from 255 or 47.99% from 523); Max value from RGB is 251 - color contains mainly: blue. Hex color #838DFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #838DFB is #7C7204. Grayscale: #969696. Windows color (decimal): -8155653 or 16485763. OLE color: 16485763.

HSL color Cylindrical-coordinate representation of color #838DFB: hue angle of 235º degrees, saturation: 0.94, 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 #838DFB is Cyan = 0.48, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 131 141 251 -
CMYK 0.48 0.44 0 0.02
HSL 235º 0.94% 0.75% -
HSV(B) 235º 0.48% 0.98% -
XYZ 36.3 30.84 95.31 -
YUV 150.55 184.69 114.06 -
System Red Green Blue C M Y K H S L
Decimal 131 141 251 0.48 0.44 0 0.02 235 0.94 0.75
Hex 83 8D FB 30 2C 0 2 EB 5E 4B
Octal 203 215 373 60 54 0 2 353 136 113
Binary 10000011 10001101 11111011 110000 101100 0 10 11101011 1011110 1001011

Color Harmonies of #838DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838DFB

Black with #838DFB

Text Example


Text Example

White with #838DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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