Html Css Color HEX #928EEF Portage

📋 copy color: '#928EEF'

red 146 ◦ green 142 ◦ blue 239

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

Shades of Portage #928EEF

Tints of Portage #928EEF

RGB

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

 GREEN value IS 142 (55.86% from 255) = 26.94%

 BLUE value IS 239 (93.75% from 255) = 45.35%

R = 27.7%
G = 26.94%
B = 45.35%

CMYK

 C value IS 0.39

 M value IS 0.41

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#928EEF (or 0x928EEF) is known color: Portage. HEX triplet: 92, 8E and EF. RGB value is (146,142,239). Sum of RGB (Red+Green+Blue) = 146+142+239=527 (69% of max value = 765). Red value is 146 (57.42% from 255 or 27.70% from 527); Green value is 142 (55.86% from 255 or 26.94% from 527); Blue value is 239 (93.75% from 255 or 45.35% from 527); Max value from RGB is 239 - color contains mainly: blue. Hex color #928EEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #928EEF is #6D7110. Grayscale: #999999. Windows color (decimal): -7172369 or 15699602. OLE color: 15699602.

HSL color Cylindrical-coordinate representation of color #928EEF: hue angle of 242.47º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #928EEF is Cyan = 0.39, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 146 142 239 -
CMYK 0.39 0.41 0 0.06
HSL 242.47º 0.75% 0.75% -
HSV(B) 242.47º 0.41% 0.94% -
XYZ 37.11 31.69 85.82 -
YUV 154.25 175.83 122.11 -
System Red Green Blue C M Y K H S L
Decimal 146 142 239 0.39 0.41 0 0.06 242.47 0.75 0.75
Hex 92 8E EF 27 29 0 6 F2 4B 4B
Octal 222 216 357 47 51 0 6 362 113 113
Binary 10010010 10001110 11101111 100111 101001 0 110 11110010 1001011 1001011

Color Harmonies of #928EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #928EEF

Black with #928EEF

Text Example


Text Example

White with #928EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(146,142,239); }

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

background-color css

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

 a { background-color: rgb(146,142,239); }

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

border-color css

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

 span { border-color: rgb(146,142,239); }

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