Html Css Color HEX #848EFB Light Slate Blue

📋 copy color: '#848EFB'

red 132 ◦ green 142 ◦ blue 251

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

Shades of Light Slate Blue #848EFB

Tints of Light Slate Blue #848EFB

RGB

 RED value IS 132 (51.95% from 255) = 25.14%

 GREEN value IS 142 (55.86% from 255) = 27.05%

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

R = 25.14%
G = 27.05%
B = 47.81%

CMYK

 C value IS 0.47

 M value IS 0.43

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#848EFB (or 0x848EFB) is known color: Light Slate Blue. HEX triplet: 84, 8E and FB. RGB value is (132,142,251). Sum of RGB (Red+Green+Blue) = 132+142+251=525 (69% of max value = 765). Red value is 132 (51.95% from 255 or 25.14% from 525); Green value is 142 (55.86% from 255 or 27.05% 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 #848EFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #848EFB is #7B7104. Grayscale: #969696. Windows color (decimal): -8089861 or 16486020. OLE color: 16486020.

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

Color convert

RGB 132 142 251 -
CMYK 0.47 0.43 0 0.02
HSL 234.96º 0.94% 0.75% -
HSV(B) 234.96º 0.47% 0.98% -
XYZ 36.6 31.22 95.36 -
YUV 151.44 184.19 114.14 -
System Red Green Blue C M Y K H S L
Decimal 132 142 251 0.47 0.43 0 0.02 234.96 0.94 0.75
Hex 84 8E FB 2F 2B 0 2 EB 5E 4B
Octal 204 216 373 57 53 0 2 353 136 113
Binary 10000100 10001110 11111011 101111 101011 0 10 11101011 1011110 1001011

Color Harmonies of #848EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #848EFB

Black with #848EFB

Text Example


Text Example

White with #848EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #848EFB; }

 p { color: rgb(132,142,251); }

 H1.HeaderClassName
 {
   color: #848EFB;
 }
 .AnyTagClassName
 {
   color: #848EFB;
 }
</style>

background-color css

<style>
 a { background-color: #848EFB; }

 a { background-color: rgb(132,142,251); }

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

border-color css

<style>
 span { border-color: #848EFB; }

 span { border-color: rgb(132,142,251); }

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