Html Css Color HEX #838FFB Light Slate Blue

📋 copy color: '#838FFB'

red 131 ◦ green 143 ◦ blue 251

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

Shades of Light Slate Blue #838FFB

Tints of Light Slate Blue #838FFB

RGB

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

 GREEN value IS 143 (56.25% from 255) = 27.24%

 BLUE value IS 251 (98.44% from 255) = 47.81%

R = 24.95%
G = 27.24%
B = 47.81%

CMYK

 C value IS 0.48

 M value IS 0.43

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#838FFB (or 0x838FFB) is known color: Light Slate Blue. HEX triplet: 83, 8F and FB. RGB value is (131,143,251). Sum of RGB (Red+Green+Blue) = 131+143+251=525 (69% of max value = 765). Red value is 131 (51.56% from 255 or 24.95% from 525); Green value is 143 (56.25% from 255 or 27.24% from 525); Blue value is 251 (98.44% from 255 or 47.81% from 525); Max value from RGB is 251 - color contains mainly: blue. Hex color #838FFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #838FFB is #7C7004. Grayscale: #979797. Windows color (decimal): -8155141 or 16486275. OLE color: 16486275.

HSL color Cylindrical-coordinate representation of color #838FFB: hue angle of 234º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #838FFB is Cyan = 0.48, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 131 143 251 -
CMYK 0.48 0.43 0 0.02
HSL 234º 0.94% 0.75% -
HSV(B) 234º 0.48% 0.98% -
XYZ 36.6 31.44 95.41 -
YUV 151.72 184.02 113.22 -
System Red Green Blue C M Y K H S L
Decimal 131 143 251 0.48 0.43 0 0.02 234 0.94 0.75
Hex 83 8F FB 30 2B 0 2 EA 5E 4B
Octal 203 217 373 60 53 0 2 352 136 113
Binary 10000011 10001111 11111011 110000 101011 0 10 11101010 1011110 1001011

Color Harmonies of #838FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838FFB

Black with #838FFB

Text Example


Text Example

White with #838FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,143,251); }

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

background-color css

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

 a { background-color: rgb(131,143,251); }

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

border-color css

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

 span { border-color: rgb(131,143,251); }

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