Html Css Color HEX #9CA5DC Portage

📋 copy color: '#9CA5DC'

red 156 ◦ green 165 ◦ blue 220

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

Shades of Portage #9CA5DC

Tints of Portage #9CA5DC

RGB

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

 GREEN value IS 165 (64.84% from 255) = 30.5%

 BLUE value IS 220 (86.33% from 255) = 40.67%

R = 28.84%
G = 30.5%
B = 40.67%

CMYK

 C value IS 0.29

 M value IS 0.25

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9CA5DC (or 0x9CA5DC) is known color: Portage. HEX triplet: 9C, A5 and DC. RGB value is (156,165,220). Sum of RGB (Red+Green+Blue) = 156+165+220=541 (71% of max value = 765). Red value is 156 (61.33% from 255 or 28.84% from 541); Green value is 165 (64.84% from 255 or 30.50% from 541); Blue value is 220 (86.33% from 255 or 40.67% from 541); Max value from RGB is 220 - color contains mainly: blue. Hex color #9CA5DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9CA5DC is #635A23. Grayscale: #A8A8A8. Windows color (decimal): -6511140 or 14460316. OLE color: 14460316.

HSL color Cylindrical-coordinate representation of color #9CA5DC: hue angle of 231.56º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9CA5DC is Cyan = 0.29, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 156 165 220 -
CMYK 0.29 0.25 0 0.14
HSL 231.56º 0.48% 0.74% -
HSV(B) 231.56º 0.29% 0.86% -
XYZ 40.08 39.15 73.15 -
YUV 168.58 157.02 119.03 -
System Red Green Blue C M Y K H S L
Decimal 156 165 220 0.29 0.25 0 0.14 231.56 0.48 0.74
Hex 9C A5 DC 1D 19 0 E E8 30 4A
Octal 234 245 334 35 31 0 16 350 60 112
Binary 10011100 10100101 11011100 11101 11001 0 1110 11101000 110000 1001010

Color Harmonies of #9CA5DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CA5DC

Black with #9CA5DC

Text Example


Text Example

White with #9CA5DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,165,220); }

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

background-color css

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

 a { background-color: rgb(156,165,220); }

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

border-color css

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

 span { border-color: rgb(156,165,220); }

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