Html Css Color HEX #98A1CD Blue Bell

📋 copy color: '#98A1CD'

red 152 ◦ green 161 ◦ blue 205

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

Shades of Blue Bell #98A1CD

Tints of Blue Bell #98A1CD

RGB

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

 GREEN value IS 161 (63.28% from 255) = 31.08%

 BLUE value IS 205 (80.47% from 255) = 39.58%

R = 29.34%
G = 31.08%
B = 39.58%

CMYK

 C value IS 0.26

 M value IS 0.21

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#98A1CD (or 0x98A1CD) is known color: Blue Bell. HEX triplet: 98, A1 and CD. RGB value is (152,161,205). Sum of RGB (Red+Green+Blue) = 152+161+205=518 (68% of max value = 765). Red value is 152 (59.77% from 255 or 29.34% from 518); Green value is 161 (63.28% from 255 or 31.08% from 518); Blue value is 205 (80.47% from 255 or 39.58% from 518); Max value from RGB is 205 - color contains mainly: blue. Hex color #98A1CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #98A1CD is #675E32. Grayscale: #A3A3A3. Windows color (decimal): -6774323 or 13476248. OLE color: 13476248.

HSL color Cylindrical-coordinate representation of color #98A1CD: hue angle of 229.81º degrees, saturation: 0.35, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #98A1CD is Cyan = 0.26, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 152 161 205 -
CMYK 0.26 0.21 0 0.20
HSL 229.81º 0.35% 0.7% -
HSV(B) 229.81º 0.26% 0.8% -
XYZ 36.71 36.57 62.88 -
YUV 163.33 151.52 119.92 -
System Red Green Blue C M Y K H S L
Decimal 152 161 205 0.26 0.21 0 0.20 229.81 0.35 0.7
Hex 98 A1 CD 1A 15 0 14 E6 23 46
Octal 230 241 315 32 25 0 24 346 43 106
Binary 10011000 10100001 11001101 11010 10101 0 10100 11100110 100011 1000110

Color Harmonies of #98A1CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98A1CD

Black with #98A1CD

Text Example


Text Example

White with #98A1CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98A1CD; }

 p { color: rgb(152,161,205); }

 H1.HeaderClassName
 {
   color: #98A1CD;
 }
 .AnyTagClassName
 {
   color: #98A1CD;
 }
</style>

background-color css

<style>
 a { background-color: #98A1CD; }

 a { background-color: rgb(152,161,205); }

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

border-color css

<style>
 span { border-color: #98A1CD; }

 span { border-color: rgb(152,161,205); }

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