Html Css Color HEX #817BF2 Light Slate Blue

📋 copy color: '#817BF2'

red 129 ◦ green 123 ◦ blue 242

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

Shades of Light Slate Blue #817BF2

Tints of Light Slate Blue #817BF2

RGB

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

 GREEN value IS 123 (48.44% from 255) = 24.9%

 BLUE value IS 242 (94.92% from 255) = 48.99%

R = 26.11%
G = 24.9%
B = 48.99%

CMYK

 C value IS 0.47

 M value IS 0.49

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#817BF2 (or 0x817BF2) is known color: Light Slate Blue. HEX triplet: 81, 7B and F2. RGB value is (129,123,242). Sum of RGB (Red+Green+Blue) = 129+123+242=494 (65% of max value = 765). Red value is 129 (50.78% from 255 or 26.11% from 494); Green value is 123 (48.44% from 255 or 24.90% from 494); Blue value is 242 (94.92% from 255 or 48.99% from 494); Max value from RGB is 242 - color contains mainly: blue. Hex color #817BF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #817BF2 is #7E840D. Grayscale: #898989. Windows color (decimal): -8291342 or 15891329. OLE color: 15891329.

HSL color Cylindrical-coordinate representation of color #817BF2: hue angle of 243.03º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #817BF2 is Cyan = 0.47, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 129 123 242 -
CMYK 0.47 0.49 0 0.05
HSL 243.03º 0.82% 0.72% -
HSV(B) 243.03º 0.49% 0.95% -
XYZ 32.16 25.24 87.18 -
YUV 138.36 186.49 121.32 -
System Red Green Blue C M Y K H S L
Decimal 129 123 242 0.47 0.49 0 0.05 243.03 0.82 0.72
Hex 81 7B F2 2F 31 0 5 F3 52 48
Octal 201 173 362 57 61 0 5 363 122 110
Binary 10000001 1111011 11110010 101111 110001 0 101 11110011 1010010 1001000

Color Harmonies of #817BF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #817BF2

Black with #817BF2

Text Example


Text Example

White with #817BF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #817BF2; }

 p { color: rgb(129,123,242); }

 H1.HeaderClassName
 {
   color: #817BF2;
 }
 .AnyTagClassName
 {
   color: #817BF2;
 }
</style>

background-color css

<style>
 a { background-color: #817BF2; }

 a { background-color: rgb(129,123,242); }

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

border-color css

<style>
 span { border-color: #817BF2; }

 span { border-color: rgb(129,123,242); }

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