Html Css Color HEX #838AF8 Light Slate Blue

📋 copy color: '#838AF8'

red 131 ◦ green 138 ◦ blue 248

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

Shades of Light Slate Blue #838AF8

Tints of Light Slate Blue #838AF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 47.97%

R = 25.34%
G = 26.69%
B = 47.97%

CMYK

 C value IS 0.47

 M value IS 0.44

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#838AF8 (or 0x838AF8) is known color: Light Slate Blue. HEX triplet: 83, 8A and F8. RGB value is (131,138,248). Sum of RGB (Red+Green+Blue) = 131+138+248=517 (68% of max value = 765). Red value is 131 (51.56% from 255 or 25.34% from 517); Green value is 138 (54.30% from 255 or 26.69% from 517); Blue value is 248 (97.27% from 255 or 47.97% from 517); Max value from RGB is 248 - color contains mainly: blue. Hex color #838AF8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #838AF8 is #7C7507. Grayscale: #949494. Windows color (decimal): -8156424 or 16288387. OLE color: 16288387.

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

Color convert

RGB 131 138 248 -
CMYK 0.47 0.44 0 0.03
HSL 236.41º 0.89% 0.74% -
HSV(B) 236.41º 0.47% 0.97% -
XYZ 35.39 29.78 92.69 -
YUV 148.45 184.18 115.56 -
System Red Green Blue C M Y K H S L
Decimal 131 138 248 0.47 0.44 0 0.03 236.41 0.89 0.74
Hex 83 8A F8 2F 2C 0 3 EC 59 4A
Octal 203 212 370 57 54 0 3 354 131 112
Binary 10000011 10001010 11111000 101111 101100 0 11 11101100 1011001 1001010

Color Harmonies of #838AF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838AF8

Black with #838AF8

Text Example


Text Example

White with #838AF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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