Html Css Color HEX #838FFC Light Slate Blue

📋 copy color: '#838FFC'

red 131 ◦ green 143 ◦ blue 252

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

Shades of Light Slate Blue #838FFC

Tints of Light Slate Blue #838FFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 47.91%

R = 24.9%
G = 27.19%
B = 47.91%

CMYK

 C value IS 0.48

 M value IS 0.43

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#838FFC (or 0x838FFC) is known color: Light Slate Blue. HEX triplet: 83, 8F and FC. RGB value is (131,143,252). Sum of RGB (Red+Green+Blue) = 131+143+252=526 (69% of max value = 765). Red value is 131 (51.56% from 255 or 24.90% from 526); Green value is 143 (56.25% from 255 or 27.19% from 526); Blue value is 252 (98.83% from 255 or 47.91% from 526); Max value from RGB is 252 - color contains mainly: blue. Hex color #838FFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #838FFC is #7C7003. Grayscale: #979797. Windows color (decimal): -8155140 or 16551811. OLE color: 16551811.

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

Color convert

RGB 131 143 252 -
CMYK 0.48 0.43 0 0.01
HSL 234.05º 0.95% 0.75% -
HSV(B) 234.05º 0.48% 0.99% -
XYZ 36.75 31.5 96.24 -
YUV 151.84 184.52 113.14 -
System Red Green Blue C M Y K H S L
Decimal 131 143 252 0.48 0.43 0 0.01 234.05 0.95 0.75
Hex 83 8F FC 30 2B 0 1 EA 5F 4B
Octal 203 217 374 60 53 0 1 352 137 113
Binary 10000011 10001111 11111100 110000 101011 0 1 11101010 1011111 1001011

Color Harmonies of #838FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838FFC

Black with #838FFC

Text Example


Text Example

White with #838FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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