Html Css Color HEX #929EDD Portage

📋 copy color: '#929EDD'

red 146 ◦ green 158 ◦ blue 221

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

Shades of Portage #929EDD

Tints of Portage #929EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 42.1%

R = 27.81%
G = 30.1%
B = 42.1%

CMYK

 C value IS 0.34

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#929EDD (or 0x929EDD) is known color: Portage. HEX triplet: 92, 9E and DD. RGB value is (146,158,221). Sum of RGB (Red+Green+Blue) = 146+158+221=525 (69% of max value = 765). Red value is 146 (57.42% from 255 or 27.81% from 525); Green value is 158 (62.11% from 255 or 30.10% from 525); Blue value is 221 (86.72% from 255 or 42.10% from 525); Max value from RGB is 221 - color contains mainly: blue. Hex color #929EDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #929EDD is #6D6122. Grayscale: #A1A1A1. Windows color (decimal): -7168291 or 14524050. OLE color: 14524050.

HSL color Cylindrical-coordinate representation of color #929EDD: hue angle of 230.4º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #929EDD is Cyan = 0.34, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 146 158 221 -
CMYK 0.34 0.29 0 0.13
HSL 230.4º 0.52% 0.72% -
HSV(B) 230.4º 0.34% 0.87% -
XYZ 37.13 35.79 73.36 -
YUV 161.59 161.52 116.88 -
System Red Green Blue C M Y K H S L
Decimal 146 158 221 0.34 0.29 0 0.13 230.4 0.52 0.72
Hex 92 9E DD 22 1D 0 D E6 34 48
Octal 222 236 335 42 35 0 15 346 64 110
Binary 10010010 10011110 11011101 100010 11101 0 1101 11100110 110100 1001000

Color Harmonies of #929EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #929EDD

Black with #929EDD

Text Example


Text Example

White with #929EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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