Html Css Color HEX #9894EE Portage

📋 copy color: '#9894EE'

red 152 ◦ green 148 ◦ blue 238

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

Shades of Portage #9894EE

Tints of Portage #9894EE

RGB

 RED value IS 152 (59.77% from 255) = 28.25%

 GREEN value IS 148 (58.2% from 255) = 27.51%

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

R = 28.25%
G = 27.51%
B = 44.24%

CMYK

 C value IS 0.36

 M value IS 0.38

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9894EE (or 0x9894EE) is known color: Portage. HEX triplet: 98, 94 and EE. RGB value is (152,148,238). Sum of RGB (Red+Green+Blue) = 152+148+238=538 (71% of max value = 765). Red value is 152 (59.77% from 255 or 28.25% from 538); Green value is 148 (58.20% from 255 or 27.51% from 538); Blue value is 238 (93.36% from 255 or 44.24% from 538); Max value from RGB is 238 - color contains mainly: blue. Hex color #9894EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9894EE is #676B11. Grayscale: #9F9F9F. Windows color (decimal): -6777618 or 15635608. OLE color: 15635608.

HSL color Cylindrical-coordinate representation of color #9894EE: hue angle of 242.67º degrees, saturation: 0.73, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9894EE is Cyan = 0.36, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 152 148 238 -
CMYK 0.36 0.38 0 0.07
HSL 242.67º 0.73% 0.76% -
HSV(B) 242.67º 0.38% 0.93% -
XYZ 38.97 34.03 85.4 -
YUV 159.46 172.33 122.68 -
System Red Green Blue C M Y K H S L
Decimal 152 148 238 0.36 0.38 0 0.07 242.67 0.73 0.76
Hex 98 94 EE 24 26 0 7 F3 49 4C
Octal 230 224 356 44 46 0 7 363 111 114
Binary 10011000 10010100 11101110 100100 100110 0 111 11110011 1001001 1001100

Color Harmonies of #9894EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9894EE

Black with #9894EE

Text Example


Text Example

White with #9894EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9894EE; }

 p { color: rgb(152,148,238); }

 H1.HeaderClassName
 {
   color: #9894EE;
 }
 .AnyTagClassName
 {
   color: #9894EE;
 }
</style>

background-color css

<style>
 a { background-color: #9894EE; }

 a { background-color: rgb(152,148,238); }

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

border-color css

<style>
 span { border-color: #9894EE; }

 span { border-color: rgb(152,148,238); }

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