Html Css Color HEX #8790CD Portage

📋 copy color: '#8790CD'

red 135 ◦ green 144 ◦ blue 205

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

Shades of Portage #8790CD

Tints of Portage #8790CD

RGB

 RED value IS 135 (53.13% from 255) = 27.89%

 GREEN value IS 144 (56.64% from 255) = 29.75%

 BLUE value IS 205 (80.47% from 255) = 42.36%

R = 27.89%
G = 29.75%
B = 42.36%

CMYK

 C value IS 0.34

 M value IS 0.30

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8790CD (or 0x8790CD) is known color: Portage. HEX triplet: 87, 90 and CD. RGB value is (135,144,205). Sum of RGB (Red+Green+Blue) = 135+144+205=484 (64% of max value = 765). Red value is 135 (53.12% from 255 or 27.89% from 484); Green value is 144 (56.64% from 255 or 29.75% from 484); Blue value is 205 (80.47% from 255 or 42.36% from 484); Max value from RGB is 205 - color contains mainly: blue. Hex color #8790CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8790CD is #786F32. Grayscale: #949494. Windows color (decimal): -7892787 or 13471879. OLE color: 13471879.

HSL color Cylindrical-coordinate representation of color #8790CD: hue angle of 232.29º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8790CD is Cyan = 0.34, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 135 144 205 -
CMYK 0.34 0.30 0 0.20
HSL 232.29º 0.41% 0.67% -
HSV(B) 232.29º 0.34% 0.8% -
XYZ 30.98 29.51 61.82 -
YUV 148.26 160.02 118.54 -
System Red Green Blue C M Y K H S L
Decimal 135 144 205 0.34 0.30 0 0.20 232.29 0.41 0.67
Hex 87 90 CD 22 1E 0 14 E8 29 43
Octal 207 220 315 42 36 0 24 350 51 103
Binary 10000111 10010000 11001101 100010 11110 0 10100 11101000 101001 1000011

Color Harmonies of #8790CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8790CD

Black with #8790CD

Text Example


Text Example

White with #8790CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8790CD; }

 p { color: rgb(135,144,205); }

 H1.HeaderClassName
 {
   color: #8790CD;
 }
 .AnyTagClassName
 {
   color: #8790CD;
 }
</style>

background-color css

<style>
 a { background-color: #8790CD; }

 a { background-color: rgb(135,144,205); }

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

border-color css

<style>
 span { border-color: #8790CD; }

 span { border-color: rgb(135,144,205); }

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