Html Css Color HEX #9A98C6 Blue Bell

📋 copy color: '#9A98C6'

red 154 ◦ green 152 ◦ blue 198

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

Shades of Blue Bell #9A98C6

Tints of Blue Bell #9A98C6

RGB

 RED value IS 154 (60.55% from 255) = 30.56%

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

 BLUE value IS 198 (77.73% from 255) = 39.29%

R = 30.56%
G = 30.16%
B = 39.29%

CMYK

 C value IS 0.22

 M value IS 0.23

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#9A98C6 (or 0x9A98C6) is known color: Blue Bell. HEX triplet: 9A, 98 and C6. RGB value is (154,152,198). Sum of RGB (Red+Green+Blue) = 154+152+198=504 (66% of max value = 765). Red value is 154 (60.55% from 255 or 30.56% from 504); Green value is 152 (59.77% from 255 or 30.16% from 504); Blue value is 198 (77.73% from 255 or 39.29% from 504); Max value from RGB is 198 - color contains mainly: blue. Hex color #9A98C6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A98C6 is #656739. Grayscale: #9D9D9D. Windows color (decimal): -6645562 or 13015194. OLE color: 13015194.

HSL color Cylindrical-coordinate representation of color #9A98C6: hue angle of 242.61º degrees, saturation: 0.29, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9A98C6 is Cyan = 0.22, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 154 152 198 -
CMYK 0.22 0.23 0 0.22
HSL 242.61º 0.29% 0.69% -
HSV(B) 242.61º 0.23% 0.78% -
XYZ 34.75 33.4 58.04 -
YUV 157.84 150.66 125.26 -
System Red Green Blue C M Y K H S L
Decimal 154 152 198 0.22 0.23 0 0.22 242.61 0.29 0.69
Hex 9A 98 C6 16 17 0 16 F3 1D 45
Octal 232 230 306 26 27 0 26 363 35 105
Binary 10011010 10011000 11000110 10110 10111 0 10110 11110011 11101 1000101

Color Harmonies of #9A98C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A98C6

Black with #9A98C6

Text Example


Text Example

White with #9A98C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9A98C6; }

 p { color: rgb(154,152,198); }

 H1.HeaderClassName
 {
   color: #9A98C6;
 }
 .AnyTagClassName
 {
   color: #9A98C6;
 }
</style>

background-color css

<style>
 a { background-color: #9A98C6; }

 a { background-color: rgb(154,152,198); }

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

border-color css

<style>
 span { border-color: #9A98C6; }

 span { border-color: rgb(154,152,198); }

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