Html Css Color HEX #9490CF Blue Bell

📋 copy color: '#9490CF'

red 148 ◦ green 144 ◦ blue 207

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

Shades of Blue Bell #9490CF

Tints of Blue Bell #9490CF

RGB

 RED value IS 148 (58.2% from 255) = 29.66%

 GREEN value IS 144 (56.64% from 255) = 28.86%

 BLUE value IS 207 (81.25% from 255) = 41.48%

R = 29.66%
G = 28.86%
B = 41.48%

CMYK

 C value IS 0.29

 M value IS 0.30

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9490CF (or 0x9490CF) is known color: Blue Bell. HEX triplet: 94, 90 and CF. RGB value is (148,144,207). Sum of RGB (Red+Green+Blue) = 148+144+207=499 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.66% from 499); Green value is 144 (56.64% from 255 or 28.86% from 499); Blue value is 207 (81.25% from 255 or 41.48% from 499); Max value from RGB is 207 - color contains mainly: blue. Hex color #9490CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9490CF is #6B6F30. Grayscale: #989898. Windows color (decimal): -7040817 or 13602964. OLE color: 13602964.

HSL color Cylindrical-coordinate representation of color #9490CF: hue angle of 243.81º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9490CF is Cyan = 0.29, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 148 144 207 -
CMYK 0.29 0.30 0 0.19
HSL 243.81º 0.4% 0.69% -
HSV(B) 243.81º 0.3% 0.81% -
XYZ 33.45 30.75 63.2 -
YUV 152.38 158.83 124.88 -
System Red Green Blue C M Y K H S L
Decimal 148 144 207 0.29 0.30 0 0.19 243.81 0.4 0.69
Hex 94 90 CF 1D 1E 0 13 F4 28 45
Octal 224 220 317 35 36 0 23 364 50 105
Binary 10010100 10010000 11001111 11101 11110 0 10011 11110100 101000 1000101

Color Harmonies of #9490CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9490CF

Black with #9490CF

Text Example


Text Example

White with #9490CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9490CF; }

 p { color: rgb(148,144,207); }

 H1.HeaderClassName
 {
   color: #9490CF;
 }
 .AnyTagClassName
 {
   color: #9490CF;
 }
</style>

background-color css

<style>
 a { background-color: #9490CF; }

 a { background-color: rgb(148,144,207); }

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

border-color css

<style>
 span { border-color: #9490CF; }

 span { border-color: rgb(148,144,207); }

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