Html Css Color HEX #9272FF Light Slate Blue

📋 copy color: '#9272FF'

red 146 ◦ green 114 ◦ blue 255

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

Shades of Light Slate Blue #9272FF

Tints of Light Slate Blue #9272FF

RGB

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

 GREEN value IS 114 (44.92% from 255) = 22.14%

 BLUE value IS 255 (100% from 255) = 49.51%

R = 28.35%
G = 22.14%
B = 49.51%

CMYK

 C value IS 0.43

 M value IS 0.55

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9272FF (or 0x9272FF) is known color: Light Slate Blue. HEX triplet: 92, 72 and FF. RGB value is (146,114,255). Sum of RGB (Red+Green+Blue) = 146+114+255=515 (68% of max value = 765). Red value is 146 (57.42% from 255 or 28.35% from 515); Green value is 114 (44.92% from 255 or 22.14% from 515); Blue value is 255 (100% from 255 or 49.51% from 515); Max value from RGB is 255 - color contains mainly: blue. Hex color #9272FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9272FF is #6D8D00. Grayscale: #8B8B8B. Windows color (decimal): -7179521 or 16741010. OLE color: 16741010.

HSL color Cylindrical-coordinate representation of color #9272FF: hue angle of 253.62º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9272FF is Cyan = 0.43, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 146 114 255 -
CMYK 0.43 0.55 0 0
HSL 253.62º 1% 0.72% -
HSV(B) 253.62º 0.55% 1% -
XYZ 35.92 25.37 97.61 -
YUV 139.64 193.1 132.54 -
System Red Green Blue C M Y K H S L
Decimal 146 114 255 0.43 0.55 0 0 253.62 1 0.72
Hex 92 72 FF 2B 37 0 0 FE 64 48
Octal 222 162 377 53 67 0 0 376 144 110
Binary 10010010 1110010 11111111 101011 110111 0 0 11111110 1100100 1001000

Color Harmonies of #9272FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9272FF

Black with #9272FF

Text Example


Text Example

White with #9272FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9272FF; }

 p { color: rgb(146,114,255); }

 H1.HeaderClassName
 {
   color: #9272FF;
 }
 .AnyTagClassName
 {
   color: #9272FF;
 }
</style>

background-color css

<style>
 a { background-color: #9272FF; }

 a { background-color: rgb(146,114,255); }

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

border-color css

<style>
 span { border-color: #9272FF; }

 span { border-color: rgb(146,114,255); }

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