Html Css Color HEX #836AF7 Light Slate Blue

📋 copy color: '#836AF7'

red 131 ◦ green 106 ◦ blue 247

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

Shades of Light Slate Blue #836AF7

Tints of Light Slate Blue #836AF7

RGB

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

 GREEN value IS 106 (41.8% from 255) = 21.9%

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

R = 27.07%
G = 21.9%
B = 51.03%

CMYK

 C value IS 0.47

 M value IS 0.57

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#836AF7 (or 0x836AF7) is known color: Light Slate Blue. HEX triplet: 83, 6A and F7. RGB value is (131,106,247). Sum of RGB (Red+Green+Blue) = 131+106+247=484 (64% of max value = 765). Red value is 131 (51.56% from 255 or 27.07% from 484); Green value is 106 (41.80% from 255 or 21.90% from 484); Blue value is 247 (96.88% from 255 or 51.03% from 484); Max value from RGB is 247 - color contains mainly: blue. Hex color #836AF7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #836AF7 is #7C9508. Grayscale: #818181. Windows color (decimal): -8164617 or 16214659. OLE color: 16214659.

HSL color Cylindrical-coordinate representation of color #836AF7: hue angle of 250.64º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #836AF7 is Cyan = 0.47, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 131 106 247 -
CMYK 0.47 0.57 0 0.03
HSL 250.64º 0.9% 0.69% -
HSV(B) 250.64º 0.57% 0.97% -
XYZ 31.3 21.85 90.56 -
YUV 129.55 194.28 129.04 -
System Red Green Blue C M Y K H S L
Decimal 131 106 247 0.47 0.57 0 0.03 250.64 0.9 0.69
Hex 83 6A F7 2F 39 0 3 FB 5A 45
Octal 203 152 367 57 71 0 3 373 132 105
Binary 10000011 1101010 11110111 101111 111001 0 11 11111011 1011010 1000101

Color Harmonies of #836AF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836AF7

Black with #836AF7

Text Example


Text Example

White with #836AF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #836AF7; }

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

 H1.HeaderClassName
 {
   color: #836AF7;
 }
 .AnyTagClassName
 {
   color: #836AF7;
 }
</style>

background-color css

<style>
 a { background-color: #836AF7; }

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

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

border-color css

<style>
 span { border-color: #836AF7; }

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

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