Html Css Color HEX #927AFA Light Slate Blue

📋 copy color: '#927AFA'

red 146 ◦ green 122 ◦ blue 250

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

Shades of Light Slate Blue #927AFA

Tints of Light Slate Blue #927AFA

RGB

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

 GREEN value IS 122 (48.05% from 255) = 23.55%

 BLUE value IS 250 (98.05% from 255) = 48.26%

R = 28.19%
G = 23.55%
B = 48.26%

CMYK

 C value IS 0.42

 M value IS 0.51

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#927AFA (or 0x927AFA) is known color: Light Slate Blue. HEX triplet: 92, 7A and FA. RGB value is (146,122,250). Sum of RGB (Red+Green+Blue) = 146+122+250=518 (68% of max value = 765). Red value is 146 (57.42% from 255 or 28.19% from 518); Green value is 122 (48.05% from 255 or 23.55% from 518); Blue value is 250 (98.05% from 255 or 48.26% from 518); Max value from RGB is 250 - color contains mainly: blue. Hex color #927AFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #927AFA is #6D8505. Grayscale: #8F8F8F. Windows color (decimal): -7177478 or 16415378. OLE color: 16415378.

HSL color Cylindrical-coordinate representation of color #927AFA: hue angle of 251.25º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #927AFA is Cyan = 0.42, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 146 122 250 -
CMYK 0.42 0.51 0 0.02
HSL 251.25º 0.93% 0.73% -
HSV(B) 251.25º 0.51% 0.98% -
XYZ 36.07 26.93 93.74 -
YUV 143.77 187.95 129.59 -
System Red Green Blue C M Y K H S L
Decimal 146 122 250 0.42 0.51 0 0.02 251.25 0.93 0.73
Hex 92 7A FA 2A 33 0 2 FB 5D 49
Octal 222 172 372 52 63 0 2 373 135 111
Binary 10010010 1111010 11111010 101010 110011 0 10 11111011 1011101 1001001

Color Harmonies of #927AFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #927AFA

Black with #927AFA

Text Example


Text Example

White with #927AFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #927AFA; }

 p { color: rgb(146,122,250); }

 H1.HeaderClassName
 {
   color: #927AFA;
 }
 .AnyTagClassName
 {
   color: #927AFA;
 }
</style>

background-color css

<style>
 a { background-color: #927AFA; }

 a { background-color: rgb(146,122,250); }

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

border-color css

<style>
 span { border-color: #927AFA; }

 span { border-color: rgb(146,122,250); }

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