Html Css Color HEX #9698EF Portage

📋 copy color: '#9698EF'

red 150 ◦ green 152 ◦ blue 239

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

Shades of Portage #9698EF

Tints of Portage #9698EF

RGB

 RED value IS 150 (58.98% from 255) = 27.73%

 GREEN value IS 152 (59.77% from 255) = 28.1%

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

R = 27.73%
G = 28.1%
B = 44.18%

CMYK

 C value IS 0.37

 M value IS 0.36

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#9698EF (or 0x9698EF) is known color: Portage. HEX triplet: 96, 98 and EF. RGB value is (150,152,239). Sum of RGB (Red+Green+Blue) = 150+152+239=541 (71% of max value = 765). Red value is 150 (58.98% from 255 or 27.73% from 541); Green value is 152 (59.77% from 255 or 28.10% from 541); Blue value is 239 (93.75% from 255 or 44.18% from 541); Max value from RGB is 239 - color contains mainly: blue. Hex color #9698EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9698EF is #696710. Grayscale: #A0A0A0. Windows color (decimal): -6907665 or 15702166. OLE color: 15702166.

HSL color Cylindrical-coordinate representation of color #9698EF: hue angle of 238.65º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9698EF is Cyan = 0.37, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 150 152 239 -
CMYK 0.37 0.36 0 0.06
HSL 238.65º 0.74% 0.76% -
HSV(B) 238.65º 0.37% 0.94% -
XYZ 39.39 35.17 86.37 -
YUV 161.32 171.84 119.93 -
System Red Green Blue C M Y K H S L
Decimal 150 152 239 0.37 0.36 0 0.06 238.65 0.74 0.76
Hex 96 98 EF 25 24 0 6 EF 4A 4C
Octal 226 230 357 45 44 0 6 357 112 114
Binary 10010110 10011000 11101111 100101 100100 0 110 11101111 1001010 1001100

Color Harmonies of #9698EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9698EF

Black with #9698EF

Text Example


Text Example

White with #9698EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9698EF; }

 p { color: rgb(150,152,239); }

 H1.HeaderClassName
 {
   color: #9698EF;
 }
 .AnyTagClassName
 {
   color: #9698EF;
 }
</style>

background-color css

<style>
 a { background-color: #9698EF; }

 a { background-color: rgb(150,152,239); }

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

border-color css

<style>
 span { border-color: #9698EF; }

 span { border-color: rgb(150,152,239); }

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