Html Css Color HEX #868FDA Portage

📋 copy color: '#868FDA'

red 134 ◦ green 143 ◦ blue 218

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

Shades of Portage #868FDA

Tints of Portage #868FDA

RGB

 RED value IS 134 (52.73% from 255) = 27.07%

 GREEN value IS 143 (56.25% from 255) = 28.89%

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

R = 27.07%
G = 28.89%
B = 44.04%

CMYK

 C value IS 0.39

 M value IS 0.34

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#868FDA (or 0x868FDA) is known color: Portage. HEX triplet: 86, 8F and DA. RGB value is (134,143,218). Sum of RGB (Red+Green+Blue) = 134+143+218=495 (65% of max value = 765). Red value is 134 (52.73% from 255 or 27.07% from 495); Green value is 143 (56.25% from 255 or 28.89% from 495); Blue value is 218 (85.55% from 255 or 44.04% from 495); Max value from RGB is 218 - color contains mainly: blue. Hex color #868FDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #868FDA is #797025. Grayscale: #949494. Windows color (decimal): -7958566 or 14323590. OLE color: 14323590.

HSL color Cylindrical-coordinate representation of color #868FDA: hue angle of 233.57º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #868FDA is Cyan = 0.39, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 134 143 218 -
CMYK 0.39 0.34 0 0.15
HSL 233.57º 0.53% 0.69% -
HSV(B) 233.57º 0.39% 0.85% -
XYZ 32.31 29.78 70.37 -
YUV 148.86 167.02 117.4 -
System Red Green Blue C M Y K H S L
Decimal 134 143 218 0.39 0.34 0 0.15 233.57 0.53 0.69
Hex 86 8F DA 27 22 0 F EA 35 45
Octal 206 217 332 47 42 0 17 352 65 105
Binary 10000110 10001111 11011010 100111 100010 0 1111 11101010 110101 1000101

Color Harmonies of #868FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #868FDA

Black with #868FDA

Text Example


Text Example

White with #868FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #868FDA; }

 p { color: rgb(134,143,218); }

 H1.HeaderClassName
 {
   color: #868FDA;
 }
 .AnyTagClassName
 {
   color: #868FDA;
 }
</style>

background-color css

<style>
 a { background-color: #868FDA; }

 a { background-color: rgb(134,143,218); }

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

border-color css

<style>
 span { border-color: #868FDA; }

 span { border-color: rgb(134,143,218); }

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