Html Css Color HEX #838BF7 Light Slate Blue

📋 copy color: '#838BF7'

red 131 ◦ green 139 ◦ blue 247

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

Shades of Light Slate Blue #838BF7

Tints of Light Slate Blue #838BF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 47.78%

R = 25.34%
G = 26.89%
B = 47.78%

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

#838BF7 (or 0x838BF7) is known color: Light Slate Blue. HEX triplet: 83, 8B and F7. RGB value is (131,139,247). Sum of RGB (Red+Green+Blue) = 131+139+247=517 (68% of max value = 765). Red value is 131 (51.56% from 255 or 25.34% from 517); Green value is 139 (54.69% from 255 or 26.89% from 517); Blue value is 247 (96.88% from 255 or 47.78% from 517); Max value from RGB is 247 - color contains mainly: blue. Hex color #838BF7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #838BF7 is #7C7408. Grayscale: #949494. Windows color (decimal): -8156169 or 16223107. OLE color: 16223107.

HSL color Cylindrical-coordinate representation of color #838BF7: hue angle of 235.86º degrees, saturation: 0.88, 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 #838BF7 is Cyan = 0.47, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 131 139 247 -
CMYK 0.47 0.44 0 0.03
HSL 235.86º 0.88% 0.74% -
HSV(B) 235.86º 0.47% 0.97% -
XYZ 35.38 30.01 91.92 -
YUV 148.92 183.35 115.22 -
System Red Green Blue C M Y K H S L
Decimal 131 139 247 0.47 0.44 0 0.03 235.86 0.88 0.74
Hex 83 8B F7 2F 2C 0 3 EC 58 4A
Octal 203 213 367 57 54 0 3 354 130 112
Binary 10000011 10001011 11110111 101111 101100 0 11 11101100 1011000 1001010

Color Harmonies of #838BF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838BF7

Black with #838BF7

Text Example


Text Example

White with #838BF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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