Html Css Color HEX #816CFB Light Slate Blue

📋 copy color: '#816CFB'

red 129 ◦ green 108 ◦ blue 251

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

Shades of Light Slate Blue #816CFB

Tints of Light Slate Blue #816CFB

RGB

 RED value IS 129 (50.78% from 255) = 26.43%

 GREEN value IS 108 (42.58% from 255) = 22.13%

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

R = 26.43%
G = 22.13%
B = 51.43%

CMYK

 C value IS 0.49

 M value IS 0.57

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#816CFB (or 0x816CFB) is known color: Light Slate Blue. HEX triplet: 81, 6C and FB. RGB value is (129,108,251). Sum of RGB (Red+Green+Blue) = 129+108+251=488 (64% of max value = 765). Red value is 129 (50.78% from 255 or 26.43% from 488); Green value is 108 (42.58% from 255 or 22.13% from 488); Blue value is 251 (98.44% from 255 or 51.43% from 488); Max value from RGB is 251 - color contains mainly: blue. Hex color #816CFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #816CFB is #7E9304. Grayscale: #828282. Windows color (decimal): -8295173 or 16477313. OLE color: 16477313.

HSL color Cylindrical-coordinate representation of color #816CFB: hue angle of 248.81º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #816CFB is Cyan = 0.49, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 129 108 251 -
CMYK 0.49 0.57 0 0.02
HSL 248.81º 0.95% 0.7% -
HSV(B) 248.81º 0.57% 0.98% -
XYZ 31.83 22.36 93.9 -
YUV 130.58 195.96 126.87 -
System Red Green Blue C M Y K H S L
Decimal 129 108 251 0.49 0.57 0 0.02 248.81 0.95 0.7
Hex 81 6C FB 31 39 0 2 F9 5F 46
Octal 201 154 373 61 71 0 2 371 137 106
Binary 10000001 1101100 11111011 110001 111001 0 10 11111001 1011111 1000110

Color Harmonies of #816CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #816CFB

Black with #816CFB

Text Example


Text Example

White with #816CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,108,251); }

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

background-color css

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

 a { background-color: rgb(129,108,251); }

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

border-color css

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

 span { border-color: rgb(129,108,251); }

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