Html Css Color HEX #7885DF Portage

📋 copy color: '#7885DF'

red 120 ◦ green 133 ◦ blue 223

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

Shades of Portage #7885DF

Tints of Portage #7885DF

RGB

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

 GREEN value IS 133 (52.34% from 255) = 27.94%

 BLUE value IS 223 (87.5% from 255) = 46.85%

R = 25.21%
G = 27.94%
B = 46.85%

CMYK

 C value IS 0.46

 M value IS 0.40

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7885DF (or 0x7885DF) is known color: Portage. HEX triplet: 78, 85 and DF. RGB value is (120,133,223). Sum of RGB (Red+Green+Blue) = 120+133+223=476 (63% of max value = 765). Red value is 120 (47.27% from 255 or 25.21% from 476); Green value is 133 (52.34% from 255 or 27.94% from 476); Blue value is 223 (87.5% from 255 or 46.85% from 476); Max value from RGB is 223 - color contains mainly: blue. Hex color #7885DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7885DF is #877A20. Grayscale: #8B8B8B. Windows color (decimal): -8878625 or 14648696. OLE color: 14648696.

HSL color Cylindrical-coordinate representation of color #7885DF: hue angle of 232.43º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7885DF is Cyan = 0.46, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 120 133 223 -
CMYK 0.46 0.40 0 0.13
HSL 232.43º 0.62% 0.67% -
HSV(B) 232.43º 0.46% 0.87% -
XYZ 29.45 26.1 73.3 -
YUV 139.37 175.19 114.18 -
System Red Green Blue C M Y K H S L
Decimal 120 133 223 0.46 0.40 0 0.13 232.43 0.62 0.67
Hex 78 85 DF 2E 28 0 D E8 3E 43
Octal 170 205 337 56 50 0 15 350 76 103
Binary 1111000 10000101 11011111 101110 101000 0 1101 11101000 111110 1000011

Color Harmonies of #7885DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7885DF

Black with #7885DF

Text Example


Text Example

White with #7885DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7885DF; }

 p { color: rgb(120,133,223); }

 H1.HeaderClassName
 {
   color: #7885DF;
 }
 .AnyTagClassName
 {
   color: #7885DF;
 }
</style>

background-color css

<style>
 a { background-color: #7885DF; }

 a { background-color: rgb(120,133,223); }

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

border-color css

<style>
 span { border-color: #7885DF; }

 span { border-color: rgb(120,133,223); }

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