Html Css Color HEX #908EEF Portage

📋 copy color: '#908EEF'

red 144 ◦ green 142 ◦ blue 239

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

Shades of Portage #908EEF

Tints of Portage #908EEF

RGB

 RED value IS 144 (56.64% from 255) = 27.43%

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

 BLUE value IS 239 (93.75% from 255) = 45.52%

R = 27.43%
G = 27.05%
B = 45.52%

CMYK

 C value IS 0.40

 M value IS 0.41

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#908EEF (or 0x908EEF) is known color: Portage. HEX triplet: 90, 8E and EF. RGB value is (144,142,239). Sum of RGB (Red+Green+Blue) = 144+142+239=525 (69% of max value = 765). Red value is 144 (56.64% from 255 or 27.43% from 525); Green value is 142 (55.86% from 255 or 27.05% from 525); Blue value is 239 (93.75% from 255 or 45.52% from 525); Max value from RGB is 239 - color contains mainly: blue. Hex color #908EEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #908EEF is #6F7110. Grayscale: #999999. Windows color (decimal): -7303441 or 15699600. OLE color: 15699600.

HSL color Cylindrical-coordinate representation of color #908EEF: hue angle of 241.24º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #908EEF is Cyan = 0.40, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 144 142 239 -
CMYK 0.40 0.41 0 0.06
HSL 241.24º 0.75% 0.75% -
HSV(B) 241.24º 0.41% 0.94% -
XYZ 36.75 31.51 85.81 -
YUV 153.66 176.16 121.11 -
System Red Green Blue C M Y K H S L
Decimal 144 142 239 0.40 0.41 0 0.06 241.24 0.75 0.75
Hex 90 8E EF 28 29 0 6 F1 4B 4B
Octal 220 216 357 50 51 0 6 361 113 113
Binary 10010000 10001110 11101111 101000 101001 0 110 11110001 1001011 1001011

Color Harmonies of #908EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #908EEF

Black with #908EEF

Text Example


Text Example

White with #908EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #908EEF; }

 p { color: rgb(144,142,239); }

 H1.HeaderClassName
 {
   color: #908EEF;
 }
 .AnyTagClassName
 {
   color: #908EEF;
 }
</style>

background-color css

<style>
 a { background-color: #908EEF; }

 a { background-color: rgb(144,142,239); }

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

border-color css

<style>
 span { border-color: #908EEF; }

 span { border-color: rgb(144,142,239); }

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