Html Css Color HEX #928CEA Portage

📋 copy color: '#928CEA'

red 146 ◦ green 140 ◦ blue 234

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

Shades of Portage #928CEA

Tints of Portage #928CEA

RGB

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

 GREEN value IS 140 (55.08% from 255) = 26.92%

 BLUE value IS 234 (91.8% from 255) = 45%

R = 28.08%
G = 26.92%
B = 45%

CMYK

 C value IS 0.38

 M value IS 0.40

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#928CEA (or 0x928CEA) is known color: Portage. HEX triplet: 92, 8C and EA. RGB value is (146,140,234). Sum of RGB (Red+Green+Blue) = 146+140+234=520 (68% of max value = 765). Red value is 146 (57.42% from 255 or 28.08% from 520); Green value is 140 (55.08% from 255 or 26.92% from 520); Blue value is 234 (91.80% from 255 or 45% from 520); Max value from RGB is 234 - color contains mainly: blue. Hex color #928CEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #928CEA is #6D7315. Grayscale: #989898. Windows color (decimal): -7172886 or 15371410. OLE color: 15371410.

HSL color Cylindrical-coordinate representation of color #928CEA: hue angle of 243.83º degrees, saturation: 0.69, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #928CEA is Cyan = 0.38, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 146 140 234 -
CMYK 0.38 0.40 0 0.08
HSL 243.83º 0.69% 0.73% -
HSV(B) 243.83º 0.4% 0.92% -
XYZ 36.08 30.81 81.89 -
YUV 152.51 173.99 123.36 -
System Red Green Blue C M Y K H S L
Decimal 146 140 234 0.38 0.40 0 0.08 243.83 0.69 0.73
Hex 92 8C EA 26 28 0 8 F4 45 49
Octal 222 214 352 46 50 0 10 364 105 111
Binary 10010010 10001100 11101010 100110 101000 0 1000 11110100 1000101 1001001

Color Harmonies of #928CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #928CEA

Black with #928CEA

Text Example


Text Example

White with #928CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(146,140,234); }

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

background-color css

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

 a { background-color: rgb(146,140,234); }

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

border-color css

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

 span { border-color: rgb(146,140,234); }

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