Html Css Color HEX #928BFA Light Slate Blue

📋 copy color: '#928BFA'

red 146 ◦ green 139 ◦ blue 250

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

Shades of Light Slate Blue #928BFA

Tints of Light Slate Blue #928BFA

RGB

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

 GREEN value IS 139 (54.69% from 255) = 25.98%

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

R = 27.29%
G = 25.98%
B = 46.73%

CMYK

 C value IS 0.42

 M value IS 0.44

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#928BFA (or 0x928BFA) is known color: Light Slate Blue. HEX triplet: 92, 8B and FA. RGB value is (146,139,250). Sum of RGB (Red+Green+Blue) = 146+139+250=535 (70% of max value = 765). Red value is 146 (57.42% from 255 or 27.29% from 535); Green value is 139 (54.69% from 255 or 25.98% from 535); Blue value is 250 (98.05% from 255 or 46.73% from 535); Max value from RGB is 250 - color contains mainly: blue. Hex color #928BFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #928BFA is #6D7405. Grayscale: #999999. Windows color (decimal): -7173126 or 16419730. OLE color: 16419730.

HSL color Cylindrical-coordinate representation of color #928BFA: hue angle of 243.78º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #928BFA is Cyan = 0.42, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 146 139 250 -
CMYK 0.42 0.44 0 0.02
HSL 243.78º 0.92% 0.76% -
HSV(B) 243.78º 0.44% 0.98% -
XYZ 38.34 31.48 94.5 -
YUV 153.75 182.32 122.47 -
System Red Green Blue C M Y K H S L
Decimal 146 139 250 0.42 0.44 0 0.02 243.78 0.92 0.76
Hex 92 8B FA 2A 2C 0 2 F4 5C 4C
Octal 222 213 372 52 54 0 2 364 134 114
Binary 10010010 10001011 11111010 101010 101100 0 10 11110100 1011100 1001100

Color Harmonies of #928BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #928BFA

Black with #928BFA

Text Example


Text Example

White with #928BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #928BFA; }

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

 H1.HeaderClassName
 {
   color: #928BFA;
 }
 .AnyTagClassName
 {
   color: #928BFA;
 }
</style>

background-color css

<style>
 a { background-color: #928BFA; }

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

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

border-color css

<style>
 span { border-color: #928BFA; }

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

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