Html Css Color HEX #929DCA Portage

📋 copy color: '#929DCA'

red 146 ◦ green 157 ◦ blue 202

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

Shades of Portage #929DCA

Tints of Portage #929DCA

RGB

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

 GREEN value IS 157 (61.72% from 255) = 31.09%

 BLUE value IS 202 (79.3% from 255) = 40%

R = 28.91%
G = 31.09%
B = 40%

CMYK

 C value IS 0.28

 M value IS 0.22

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#929DCA (or 0x929DCA) is known color: Portage. HEX triplet: 92, 9D and CA. RGB value is (146,157,202). Sum of RGB (Red+Green+Blue) = 146+157+202=505 (66% of max value = 765). Red value is 146 (57.42% from 255 or 28.91% from 505); Green value is 157 (61.72% from 255 or 31.09% from 505); Blue value is 202 (79.30% from 255 or 40% from 505); Max value from RGB is 202 - color contains mainly: blue. Hex color #929DCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #929DCA is #6D6235. Grayscale: #9E9E9E. Windows color (decimal): -7168566 or 13278610. OLE color: 13278610.

HSL color Cylindrical-coordinate representation of color #929DCA: hue angle of 228.21º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #929DCA is Cyan = 0.28, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 146 157 202 -
CMYK 0.28 0.22 0 0.21
HSL 228.21º 0.35% 0.68% -
HSV(B) 228.21º 0.28% 0.79% -
XYZ 34.57 34.49 60.71 -
YUV 158.84 152.36 118.84 -
System Red Green Blue C M Y K H S L
Decimal 146 157 202 0.28 0.22 0 0.21 228.21 0.35 0.68
Hex 92 9D CA 1C 16 0 15 E4 23 44
Octal 222 235 312 34 26 0 25 344 43 104
Binary 10010010 10011101 11001010 11100 10110 0 10101 11100100 100011 1000100

Color Harmonies of #929DCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #929DCA

Black with #929DCA

Text Example


Text Example

White with #929DCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(146,157,202); }

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

background-color css

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

 a { background-color: rgb(146,157,202); }

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

border-color css

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

 span { border-color: rgb(146,157,202); }

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