Html Css Color HEX #9CA3E0 Portage

📋 copy color: '#9CA3E0'

red 156 ◦ green 163 ◦ blue 224

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

Shades of Portage #9CA3E0

Tints of Portage #9CA3E0

RGB

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

 GREEN value IS 163 (64.06% from 255) = 30.02%

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

R = 28.73%
G = 30.02%
B = 41.25%

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

#9CA3E0 (or 0x9CA3E0) is known color: Portage. HEX triplet: 9C, A3 and E0. RGB value is (156,163,224). Sum of RGB (Red+Green+Blue) = 156+163+224=543 (71% of max value = 765). Red value is 156 (61.33% from 255 or 28.73% from 543); Green value is 163 (64.06% from 255 or 30.02% from 543); Blue value is 224 (87.89% from 255 or 41.25% from 543); Max value from RGB is 224 - color contains mainly: blue. Hex color #9CA3E0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9CA3E0 is #635C1F. Grayscale: #A7A7A7. Windows color (decimal): -6511648 or 14721948. OLE color: 14721948.

HSL color Cylindrical-coordinate representation of color #9CA3E0: hue angle of 233.82º 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 #9CA3E0 is Cyan = 0.30, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 156 163 224 -
CMYK 0.30 0.27 0 0.12
HSL 233.82º 0.52% 0.75% -
HSV(B) 233.82º 0.3% 0.88% -
XYZ 40.26 38.64 75.86 -
YUV 167.86 159.68 119.54 -
System Red Green Blue C M Y K H S L
Decimal 156 163 224 0.30 0.27 0 0.12 233.82 0.52 0.75
Hex 9C A3 E0 1E 1B 0 C EA 34 4B
Octal 234 243 340 36 33 0 14 352 64 113
Binary 10011100 10100011 11100000 11110 11011 0 1100 11101010 110100 1001011

Color Harmonies of #9CA3E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CA3E0

Black with #9CA3E0

Text Example


Text Example

White with #9CA3E0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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