Html Css Color HEX #929EDA Portage

📋 copy color: '#929EDA'

red 146 ◦ green 158 ◦ blue 218

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

Shades of Portage #929EDA

Tints of Portage #929EDA

RGB

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

 GREEN value IS 158 (62.11% from 255) = 30.27%

 BLUE value IS 218 (85.55% from 255) = 41.76%

R = 27.97%
G = 30.27%
B = 41.76%

CMYK

 C value IS 0.33

 M value IS 0.28

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#929EDA (or 0x929EDA) is known color: Portage. HEX triplet: 92, 9E and DA. RGB value is (146,158,218). Sum of RGB (Red+Green+Blue) = 146+158+218=522 (69% of max value = 765). Red value is 146 (57.42% from 255 or 27.97% from 522); Green value is 158 (62.11% from 255 or 30.27% from 522); Blue value is 218 (85.55% from 255 or 41.76% from 522); Max value from RGB is 218 - color contains mainly: blue. Hex color #929EDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #929EDA is #6D6125. Grayscale: #A0A0A0. Windows color (decimal): -7168294 or 14327442. OLE color: 14327442.

HSL color Cylindrical-coordinate representation of color #929EDA: hue angle of 230º degrees, saturation: 0.49, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #929EDA is Cyan = 0.33, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 146 158 218 -
CMYK 0.33 0.28 0 0.15
HSL 230º 0.49% 0.71% -
HSV(B) 230º 0.33% 0.85% -
XYZ 36.74 35.63 71.27 -
YUV 161.25 160.02 117.12 -
System Red Green Blue C M Y K H S L
Decimal 146 158 218 0.33 0.28 0 0.15 230 0.49 0.71
Hex 92 9E DA 21 1C 0 F E6 31 47
Octal 222 236 332 41 34 0 17 346 61 107
Binary 10010010 10011110 11011010 100001 11100 0 1111 11100110 110001 1000111

Color Harmonies of #929EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #929EDA

Black with #929EDA

Text Example


Text Example

White with #929EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #929EDA; }

 p { color: rgb(146,158,218); }

 H1.HeaderClassName
 {
   color: #929EDA;
 }
 .AnyTagClassName
 {
   color: #929EDA;
 }
</style>

background-color css

<style>
 a { background-color: #929EDA; }

 a { background-color: rgb(146,158,218); }

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

border-color css

<style>
 span { border-color: #929EDA; }

 span { border-color: rgb(146,158,218); }

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