Html Css Color HEX #868CEE Portage

📋 copy color: '#868CEE'

red 134 ◦ green 140 ◦ blue 238

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

Shades of Portage #868CEE

Tints of Portage #868CEE

RGB

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

 GREEN value IS 140 (55.08% from 255) = 27.34%

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

R = 26.17%
G = 27.34%
B = 46.48%

CMYK

 C value IS 0.44

 M value IS 0.41

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#868CEE (or 0x868CEE) is known color: Portage. HEX triplet: 86, 8C and EE. RGB value is (134,140,238). Sum of RGB (Red+Green+Blue) = 134+140+238=512 (67% of max value = 765). Red value is 134 (52.73% from 255 or 26.17% from 512); Green value is 140 (55.08% from 255 or 27.34% from 512); Blue value is 238 (93.36% from 255 or 46.48% from 512); Max value from RGB is 238 - color contains mainly: blue. Hex color #868CEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #868CEE is #797311. Grayscale: #949494. Windows color (decimal): -7959314 or 15633542. OLE color: 15633542.

HSL color Cylindrical-coordinate representation of color #868CEE: hue angle of 236.54º 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 #868CEE is Cyan = 0.44, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 134 140 238 -
CMYK 0.44 0.41 0 0.07
HSL 236.54º 0.75% 0.73% -
HSV(B) 236.54º 0.44% 0.93% -
XYZ 34.64 30 84.85 -
YUV 149.38 178.01 117.03 -
System Red Green Blue C M Y K H S L
Decimal 134 140 238 0.44 0.41 0 0.07 236.54 0.75 0.73
Hex 86 8C EE 2C 29 0 7 ED 4B 49
Octal 206 214 356 54 51 0 7 355 113 111
Binary 10000110 10001100 11101110 101100 101001 0 111 11101101 1001011 1001001

Color Harmonies of #868CEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #868CEE

Black with #868CEE

Text Example


Text Example

White with #868CEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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