Html Css Color HEX #838AF6 Light Slate Blue

📋 copy color: '#838AF6'

red 131 ◦ green 138 ◦ blue 246

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

Shades of Light Slate Blue #838AF6

Tints of Light Slate Blue #838AF6

RGB

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

 GREEN value IS 138 (54.3% from 255) = 26.8%

 BLUE value IS 246 (96.48% from 255) = 47.77%

R = 25.44%
G = 26.8%
B = 47.77%

CMYK

 C value IS 0.47

 M value IS 0.44

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#838AF6 (or 0x838AF6) is known color: Light Slate Blue. HEX triplet: 83, 8A and F6. RGB value is (131,138,246). Sum of RGB (Red+Green+Blue) = 131+138+246=515 (68% of max value = 765). Red value is 131 (51.56% from 255 or 25.44% from 515); Green value is 138 (54.30% from 255 or 26.80% from 515); Blue value is 246 (96.48% from 255 or 47.77% from 515); Max value from RGB is 246 - color contains mainly: blue. Hex color #838AF6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #838AF6 is #7C7509. Grayscale: #939393. Windows color (decimal): -8156426 or 16157315. OLE color: 16157315.

HSL color Cylindrical-coordinate representation of color #838AF6: hue angle of 236.35º degrees, saturation: 0.86, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #838AF6 is Cyan = 0.47, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 131 138 246 -
CMYK 0.47 0.44 0 0.04
HSL 236.35º 0.86% 0.74% -
HSV(B) 236.35º 0.47% 0.96% -
XYZ 35.08 29.66 91.06 -
YUV 148.22 183.18 115.72 -
System Red Green Blue C M Y K H S L
Decimal 131 138 246 0.47 0.44 0 0.04 236.35 0.86 0.74
Hex 83 8A F6 2F 2C 0 4 EC 56 4A
Octal 203 212 366 57 54 0 4 354 126 112
Binary 10000011 10001010 11110110 101111 101100 0 100 11101100 1010110 1001010

Color Harmonies of #838AF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838AF6

Black with #838AF6

Text Example


Text Example

White with #838AF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,138,246); }

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

background-color css

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

 a { background-color: rgb(131,138,246); }

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

border-color css

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

 span { border-color: rgb(131,138,246); }

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