Html Css Color HEX #7F85DA Portage

📋 copy color: '#7F85DA'

red 127 ◦ green 133 ◦ blue 218

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

Shades of Portage #7F85DA

Tints of Portage #7F85DA

RGB

 RED value IS 127 (50% from 255) = 26.57%

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

 BLUE value IS 218 (85.55% from 255) = 45.61%

R = 26.57%
G = 27.82%
B = 45.61%

CMYK

 C value IS 0.42

 M value IS 0.39

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#7F85DA (or 0x7F85DA) is known color: Portage. HEX triplet: 7F, 85 and DA. RGB value is (127,133,218). Sum of RGB (Red+Green+Blue) = 127+133+218=478 (63% of max value = 765). Red value is 127 (50% from 255 or 26.57% from 478); Green value is 133 (52.34% from 255 or 27.82% from 478); Blue value is 218 (85.55% from 255 or 45.61% from 478); Max value from RGB is 218 - color contains mainly: blue. Hex color #7F85DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7F85DA is #807A25. Grayscale: #8C8C8C. Windows color (decimal): -8419878 or 14321023. OLE color: 14321023.

HSL color Cylindrical-coordinate representation of color #7F85DA: hue angle of 236.04º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7F85DA is Cyan = 0.42, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 127 133 218 -
CMYK 0.42 0.39 0 0.15
HSL 236.04º 0.55% 0.68% -
HSV(B) 236.04º 0.42% 0.85% -
XYZ 29.79 26.35 69.85 -
YUV 140.9 171.51 118.09 -
System Red Green Blue C M Y K H S L
Decimal 127 133 218 0.42 0.39 0 0.15 236.04 0.55 0.68
Hex 7F 85 DA 2A 27 0 F EC 37 44
Octal 177 205 332 52 47 0 17 354 67 104
Binary 1111111 10000101 11011010 101010 100111 0 1111 11101100 110111 1000100

Color Harmonies of #7F85DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F85DA

Black with #7F85DA

Text Example


Text Example

White with #7F85DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7F85DA; }

 p { color: rgb(127,133,218); }

 H1.HeaderClassName
 {
   color: #7F85DA;
 }
 .AnyTagClassName
 {
   color: #7F85DA;
 }
</style>

background-color css

<style>
 a { background-color: #7F85DA; }

 a { background-color: rgb(127,133,218); }

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

border-color css

<style>
 span { border-color: #7F85DA; }

 span { border-color: rgb(127,133,218); }

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