Html Css Color HEX #838BFD Light Slate Blue

📋 copy color: '#838BFD'

red 131 ◦ green 139 ◦ blue 253

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

Shades of Light Slate Blue #838BFD

Tints of Light Slate Blue #838BFD

RGB

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

 GREEN value IS 139 (54.69% from 255) = 26.58%

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

R = 25.05%
G = 26.58%
B = 48.37%

CMYK

 C value IS 0.48

 M value IS 0.45

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#838BFD (or 0x838BFD) is known color: Light Slate Blue. HEX triplet: 83, 8B and FD. RGB value is (131,139,253). Sum of RGB (Red+Green+Blue) = 131+139+253=523 (69% of max value = 765). Red value is 131 (51.56% from 255 or 25.05% from 523); Green value is 139 (54.69% from 255 or 26.58% from 523); Blue value is 253 (99.22% from 255 or 48.37% from 523); Max value from RGB is 253 - color contains mainly: blue. Hex color #838BFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #838BFD is #7C7402. Grayscale: #959595. Windows color (decimal): -8156163 or 16616323. OLE color: 16616323.

HSL color Cylindrical-coordinate representation of color #838BFD: hue angle of 236.07º 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 #838BFD is Cyan = 0.48, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 131 139 253 -
CMYK 0.48 0.45 0 0.01
HSL 236.07º 0.97% 0.75% -
HSV(B) 236.07º 0.48% 0.99% -
XYZ 36.32 30.38 96.88 -
YUV 149.6 186.35 114.73 -
System Red Green Blue C M Y K H S L
Decimal 131 139 253 0.48 0.45 0 0.01 236.07 0.97 0.75
Hex 83 8B FD 30 2D 0 1 EC 61 4B
Octal 203 213 375 60 55 0 1 354 141 113
Binary 10000011 10001011 11111101 110000 101101 0 1 11101100 1100001 1001011

Color Harmonies of #838BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838BFD

Black with #838BFD

Text Example


Text Example

White with #838BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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