Html Css Color HEX #7883D4 Portage

📋 copy color: '#7883D4'

red 120 ◦ green 131 ◦ blue 212

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

Shades of Portage #7883D4

Tints of Portage #7883D4

RGB

 RED value IS 120 (47.27% from 255) = 25.92%

 GREEN value IS 131 (51.56% from 255) = 28.29%

 BLUE value IS 212 (83.2% from 255) = 45.79%

R = 25.92%
G = 28.29%
B = 45.79%

CMYK

 C value IS 0.43

 M value IS 0.38

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#7883D4 (or 0x7883D4) is known color: Portage. HEX triplet: 78, 83 and D4. RGB value is (120,131,212). Sum of RGB (Red+Green+Blue) = 120+131+212=463 (61% of max value = 765). Red value is 120 (47.27% from 255 or 25.92% from 463); Green value is 131 (51.56% from 255 or 28.29% from 463); Blue value is 212 (83.20% from 255 or 45.79% from 463); Max value from RGB is 212 - color contains mainly: blue. Hex color #7883D4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7883D4 is #877C2B. Grayscale: #888888. Windows color (decimal): -8879148 or 13927288. OLE color: 13927288.

HSL color Cylindrical-coordinate representation of color #7883D4: hue angle of 232.83º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7883D4 is Cyan = 0.43, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 120 131 212 -
CMYK 0.43 0.38 0 0.17
HSL 232.83º 0.52% 0.65% -
HSV(B) 232.83º 0.43% 0.83% -
XYZ 27.75 24.98 65.65 -
YUV 136.95 170.36 115.91 -
System Red Green Blue C M Y K H S L
Decimal 120 131 212 0.43 0.38 0 0.17 232.83 0.52 0.65
Hex 78 83 D4 2B 26 0 11 E9 34 41
Octal 170 203 324 53 46 0 21 351 64 101
Binary 1111000 10000011 11010100 101011 100110 0 10001 11101001 110100 1000001

Color Harmonies of #7883D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7883D4

Black with #7883D4

Text Example


Text Example

White with #7883D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7883D4; }

 p { color: rgb(120,131,212); }

 H1.HeaderClassName
 {
   color: #7883D4;
 }
 .AnyTagClassName
 {
   color: #7883D4;
 }
</style>

background-color css

<style>
 a { background-color: #7883D4; }

 a { background-color: rgb(120,131,212); }

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

border-color css

<style>
 span { border-color: #7883D4; }

 span { border-color: rgb(120,131,212); }

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