Html Css Color HEX #9252FB Light Slate Blue

📋 copy color: '#9252FB'

red 146 ◦ green 82 ◦ blue 251

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

Shades of Light Slate Blue #9252FB

Tints of Light Slate Blue #9252FB

RGB

 RED value IS 146 (57.42% from 255) = 30.48%

 GREEN value IS 82 (32.42% from 255) = 17.12%

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

R = 30.48%
G = 17.12%
B = 52.4%

CMYK

 C value IS 0.42

 M value IS 0.67

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9252FB (or 0x9252FB) is known color: Light Slate Blue. HEX triplet: 92, 52 and FB. RGB value is (146,82,251). Sum of RGB (Red+Green+Blue) = 146+82+251=479 (63% of max value = 765). Red value is 146 (57.42% from 255 or 30.48% from 479); Green value is 82 (32.42% from 255 or 17.12% from 479); Blue value is 251 (98.44% from 255 or 52.40% from 479); Max value from RGB is 251 - color contains mainly: blue. Hex color #9252FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9252FB is #6DAD04. Grayscale: #777777. Windows color (decimal): -7187717 or 16470674. OLE color: 16470674.

HSL color Cylindrical-coordinate representation of color #9252FB: hue angle of 262.72º degrees, saturation: 0.95, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9252FB is Cyan = 0.42, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 146 82 251 -
CMYK 0.42 0.67 0 0.02
HSL 262.72º 0.95% 0.65% -
HSV(B) 262.72º 0.67% 0.98% -
XYZ 32.28 19.11 93.25 -
YUV 120.4 201.7 146.26 -
System Red Green Blue C M Y K H S L
Decimal 146 82 251 0.42 0.67 0 0.02 262.72 0.95 0.65
Hex 92 52 FB 2A 43 0 2 107 5F 41
Octal 222 122 373 52 103 0 2 407 137 101
Binary 10010010 1010010 11111011 101010 1000011 0 10 100000111 1011111 1000001

Color Harmonies of #9252FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9252FB

Black with #9252FB

Text Example


Text Example

White with #9252FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9252FB; }

 p { color: rgb(146,82,251); }

 H1.HeaderClassName
 {
   color: #9252FB;
 }
 .AnyTagClassName
 {
   color: #9252FB;
 }
</style>

background-color css

<style>
 a { background-color: #9252FB; }

 a { background-color: rgb(146,82,251); }

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

border-color css

<style>
 span { border-color: #9252FB; }

 span { border-color: rgb(146,82,251); }

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