Html Css Color HEX #9CA4E0 Portage

📋 copy color: '#9CA4E0'

red 156 ◦ green 164 ◦ blue 224

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

Shades of Portage #9CA4E0

Tints of Portage #9CA4E0

RGB

 RED value IS 156 (61.33% from 255) = 28.68%

 GREEN value IS 164 (64.45% from 255) = 30.15%

 BLUE value IS 224 (87.89% from 255) = 41.18%

R = 28.68%
G = 30.15%
B = 41.18%

CMYK

 C value IS 0.30

 M value IS 0.27

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#9CA4E0 (or 0x9CA4E0) is known color: Portage. HEX triplet: 9C, A4 and E0. RGB value is (156,164,224). Sum of RGB (Red+Green+Blue) = 156+164+224=544 (72% of max value = 765). Red value is 156 (61.33% from 255 or 28.68% from 544); Green value is 164 (64.45% from 255 or 30.15% from 544); Blue value is 224 (87.89% from 255 or 41.18% from 544); Max value from RGB is 224 - color contains mainly: blue. Hex color #9CA4E0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9CA4E0 is #635B1F. Grayscale: #A8A8A8. Windows color (decimal): -6511392 or 14722204. OLE color: 14722204.

HSL color Cylindrical-coordinate representation of color #9CA4E0: hue angle of 232.94º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9CA4E0 is Cyan = 0.30, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 156 164 224 -
CMYK 0.30 0.27 0 0.12
HSL 232.94º 0.52% 0.75% -
HSV(B) 232.94º 0.3% 0.88% -
XYZ 40.44 39 75.92 -
YUV 168.45 159.35 119.12 -
System Red Green Blue C M Y K H S L
Decimal 156 164 224 0.30 0.27 0 0.12 232.94 0.52 0.75
Hex 9C A4 E0 1E 1B 0 C E9 34 4B
Octal 234 244 340 36 33 0 14 351 64 113
Binary 10011100 10100100 11100000 11110 11011 0 1100 11101001 110100 1001011

Color Harmonies of #9CA4E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CA4E0

Black with #9CA4E0

Text Example


Text Example

White with #9CA4E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9CA4E0; }

 p { color: rgb(156,164,224); }

 H1.HeaderClassName
 {
   color: #9CA4E0;
 }
 .AnyTagClassName
 {
   color: #9CA4E0;
 }
</style>

background-color css

<style>
 a { background-color: #9CA4E0; }

 a { background-color: rgb(156,164,224); }

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

border-color css

<style>
 span { border-color: #9CA4E0; }

 span { border-color: rgb(156,164,224); }

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