Html Css Color HEX #8175F2 Light Slate Blue

📋 copy color: '#8175F2'

red 129 ◦ green 117 ◦ blue 242

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

Shades of Light Slate Blue #8175F2

Tints of Light Slate Blue #8175F2

RGB

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

 GREEN value IS 117 (46.09% from 255) = 23.98%

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

R = 26.43%
G = 23.98%
B = 49.59%

CMYK

 C value IS 0.47

 M value IS 0.52

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#8175F2 (or 0x8175F2) is known color: Light Slate Blue. HEX triplet: 81, 75 and F2. RGB value is (129,117,242). Sum of RGB (Red+Green+Blue) = 129+117+242=488 (64% of max value = 765). Red value is 129 (50.78% from 255 or 26.43% from 488); Green value is 117 (46.09% from 255 or 23.98% from 488); Blue value is 242 (94.92% from 255 or 49.59% from 488); Max value from RGB is 242 - color contains mainly: blue. Hex color #8175F2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8175F2 is #7E8A0D. Grayscale: #868686. Windows color (decimal): -8292878 or 15889793. OLE color: 15889793.

HSL color Cylindrical-coordinate representation of color #8175F2: hue angle of 245.76º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8175F2 is Cyan = 0.47, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 129 117 242 -
CMYK 0.47 0.52 0 0.05
HSL 245.76º 0.83% 0.7% -
HSV(B) 245.76º 0.52% 0.95% -
XYZ 31.44 23.8 86.94 -
YUV 134.84 188.48 123.84 -
System Red Green Blue C M Y K H S L
Decimal 129 117 242 0.47 0.52 0 0.05 245.76 0.83 0.7
Hex 81 75 F2 2F 34 0 5 F6 53 46
Octal 201 165 362 57 64 0 5 366 123 106
Binary 10000001 1110101 11110010 101111 110100 0 101 11110110 1010011 1000110

Color Harmonies of #8175F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8175F2

Black with #8175F2

Text Example


Text Example

White with #8175F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8175F2; }

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

 H1.HeaderClassName
 {
   color: #8175F2;
 }
 .AnyTagClassName
 {
   color: #8175F2;
 }
</style>

background-color css

<style>
 a { background-color: #8175F2; }

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

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

border-color css

<style>
 span { border-color: #8175F2; }

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

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