Html Css Color HEX #926FFA Light Slate Blue

📋 copy color: '#926FFA'

red 146 ◦ green 111 ◦ blue 250

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

Shades of Light Slate Blue #926FFA

Tints of Light Slate Blue #926FFA

RGB

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

 GREEN value IS 111 (43.75% from 255) = 21.89%

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

R = 28.8%
G = 21.89%
B = 49.31%

CMYK

 C value IS 0.42

 M value IS 0.56

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#926FFA (or 0x926FFA) is known color: Light Slate Blue. HEX triplet: 92, 6F and FA. RGB value is (146,111,250). Sum of RGB (Red+Green+Blue) = 146+111+250=507 (67% of max value = 765). Red value is 146 (57.42% from 255 or 28.80% from 507); Green value is 111 (43.75% from 255 or 21.89% from 507); Blue value is 250 (98.05% from 255 or 49.31% from 507); Max value from RGB is 250 - color contains mainly: blue. Hex color #926FFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #926FFA is #6D9005. Grayscale: #888888. Windows color (decimal): -7180294 or 16412562. OLE color: 16412562.

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

Color convert

RGB 146 111 250 -
CMYK 0.42 0.56 0 0.02
HSL 255.11º 0.93% 0.71% -
HSV(B) 255.11º 0.56% 0.98% -
XYZ 34.79 24.38 93.31 -
YUV 137.31 191.6 134.2 -
System Red Green Blue C M Y K H S L
Decimal 146 111 250 0.42 0.56 0 0.02 255.11 0.93 0.71
Hex 92 6F FA 2A 38 0 2 FF 5D 47
Octal 222 157 372 52 70 0 2 377 135 107
Binary 10010010 1101111 11111010 101010 111000 0 10 11111111 1011101 1000111

Color Harmonies of #926FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #926FFA

Black with #926FFA

Text Example


Text Example

White with #926FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #926FFA; }

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

 H1.HeaderClassName
 {
   color: #926FFA;
 }
 .AnyTagClassName
 {
   color: #926FFA;
 }
</style>

background-color css

<style>
 a { background-color: #926FFA; }

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

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

border-color css

<style>
 span { border-color: #926FFA; }

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

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