Html Css Color HEX #838CFB Light Slate Blue

📋 copy color: '#838CFB'

red 131 ◦ green 140 ◦ blue 251

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

Shades of Light Slate Blue #838CFB

Tints of Light Slate Blue #838CFB

RGB

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

 GREEN value IS 140 (55.08% from 255) = 26.82%

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

R = 25.1%
G = 26.82%
B = 48.08%

CMYK

 C value IS 0.48

 M value IS 0.44

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#838CFB (or 0x838CFB) is known color: Light Slate Blue. HEX triplet: 83, 8C and FB. RGB value is (131,140,251). Sum of RGB (Red+Green+Blue) = 131+140+251=522 (69% of max value = 765). Red value is 131 (51.56% from 255 or 25.10% from 522); Green value is 140 (55.08% from 255 or 26.82% from 522); Blue value is 251 (98.44% from 255 or 48.08% from 522); Max value from RGB is 251 - color contains mainly: blue. Hex color #838CFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #838CFB is #7C7304. Grayscale: #959595. Windows color (decimal): -8155909 or 16485507. OLE color: 16485507.

HSL color Cylindrical-coordinate representation of color #838CFB: hue angle of 235.5º 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 #838CFB is Cyan = 0.48, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 131 140 251 -
CMYK 0.48 0.44 0 0.02
HSL 235.5º 0.94% 0.75% -
HSV(B) 235.5º 0.48% 0.98% -
XYZ 36.15 30.55 95.26 -
YUV 149.96 185.02 114.47 -
System Red Green Blue C M Y K H S L
Decimal 131 140 251 0.48 0.44 0 0.02 235.5 0.94 0.75
Hex 83 8C FB 30 2C 0 2 EC 5E 4B
Octal 203 214 373 60 54 0 2 354 136 113
Binary 10000011 10001100 11111011 110000 101100 0 10 11101100 1011110 1001011

Color Harmonies of #838CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838CFB

Black with #838CFB

Text Example


Text Example

White with #838CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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