Html Css Color HEX #868EEE Portage

📋 copy color: '#868EEE'

red 134 ◦ green 142 ◦ blue 238

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

Shades of Portage #868EEE

Tints of Portage #868EEE

RGB

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

 GREEN value IS 142 (55.86% from 255) = 27.63%

 BLUE value IS 238 (93.36% from 255) = 46.3%

R = 26.07%
G = 27.63%
B = 46.3%

CMYK

 C value IS 0.44

 M value IS 0.40

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#868EEE (or 0x868EEE) is known color: Portage. HEX triplet: 86, 8E and EE. RGB value is (134,142,238). Sum of RGB (Red+Green+Blue) = 134+142+238=514 (68% of max value = 765). Red value is 134 (52.73% from 255 or 26.07% from 514); Green value is 142 (55.86% from 255 or 27.63% from 514); Blue value is 238 (93.36% from 255 or 46.30% from 514); Max value from RGB is 238 - color contains mainly: blue. Hex color #868EEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #868EEE is #797111. Grayscale: #969696. Windows color (decimal): -7958802 or 15634054. OLE color: 15634054.

HSL color Cylindrical-coordinate representation of color #868EEE: hue angle of 235.38º degrees, saturation: 0.75, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #868EEE is Cyan = 0.44, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 134 142 238 -
CMYK 0.44 0.40 0 0.07
HSL 235.38º 0.75% 0.73% -
HSV(B) 235.38º 0.44% 0.93% -
XYZ 34.94 30.59 84.95 -
YUV 150.55 177.35 116.19 -
System Red Green Blue C M Y K H S L
Decimal 134 142 238 0.44 0.40 0 0.07 235.38 0.75 0.73
Hex 86 8E EE 2C 28 0 7 EB 4B 49
Octal 206 216 356 54 50 0 7 353 113 111
Binary 10000110 10001110 11101110 101100 101000 0 111 11101011 1001011 1001001

Color Harmonies of #868EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #868EEE

Black with #868EEE

Text Example


Text Example

White with #868EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,142,238); }

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

background-color css

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

 a { background-color: rgb(134,142,238); }

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

border-color css

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

 span { border-color: rgb(134,142,238); }

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