Html Css Color HEX #925AFA Light Slate Blue

📋 copy color: '#925AFA'

red 146 ◦ green 90 ◦ blue 250

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

Shades of Light Slate Blue #925AFA

Tints of Light Slate Blue #925AFA

RGB

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

 GREEN value IS 90 (35.55% from 255) = 18.52%

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

R = 30.04%
G = 18.52%
B = 51.44%

CMYK

 C value IS 0.42

 M value IS 0.64

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#925AFA (or 0x925AFA) is known color: Light Slate Blue. HEX triplet: 92, 5A and FA. RGB value is (146,90,250). Sum of RGB (Red+Green+Blue) = 146+90+250=486 (64% of max value = 765). Red value is 146 (57.42% from 255 or 30.04% from 486); Green value is 90 (35.55% from 255 or 18.52% from 486); Blue value is 250 (98.05% from 255 or 51.44% from 486); Max value from RGB is 250 - color contains mainly: blue. Hex color #925AFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #925AFA is #6DA505. Grayscale: #7C7C7C. Windows color (decimal): -7185670 or 16407186. OLE color: 16407186.

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

Color convert

RGB 146 90 250 -
CMYK 0.42 0.64 0 0.02
HSL 261º 0.94% 0.67% -
HSV(B) 261º 0.64% 0.98% -
XYZ 32.77 20.33 92.64 -
YUV 124.98 198.55 142.99 -
System Red Green Blue C M Y K H S L
Decimal 146 90 250 0.42 0.64 0 0.02 261 0.94 0.67
Hex 92 5A FA 2A 40 0 2 105 5E 43
Octal 222 132 372 52 100 0 2 405 136 103
Binary 10010010 1011010 11111010 101010 1000000 0 10 100000101 1011110 1000011

Color Harmonies of #925AFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #925AFA

Black with #925AFA

Text Example


Text Example

White with #925AFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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