Html Css Color HEX #928ACD Blue Bell

📋 copy color: '#928ACD'

red 146 ◦ green 138 ◦ blue 205

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

Shades of Blue Bell #928ACD

Tints of Blue Bell #928ACD

RGB

 RED value IS 146 (57.42% from 255) = 29.86%

 GREEN value IS 138 (54.3% from 255) = 28.22%

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

R = 29.86%
G = 28.22%
B = 41.92%

CMYK

 C value IS 0.29

 M value IS 0.33

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#928ACD (or 0x928ACD) is known color: Blue Bell. HEX triplet: 92, 8A and CD. RGB value is (146,138,205). Sum of RGB (Red+Green+Blue) = 146+138+205=489 (64% of max value = 765). Red value is 146 (57.42% from 255 or 29.86% from 489); Green value is 138 (54.30% from 255 or 28.22% from 489); Blue value is 205 (80.47% from 255 or 41.92% from 489); Max value from RGB is 205 - color contains mainly: blue. Hex color #928ACD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #928ACD is #6D7532. Grayscale: #939393. Windows color (decimal): -7173427 or 13470354. OLE color: 13470354.

HSL color Cylindrical-coordinate representation of color #928ACD: hue angle of 247.16º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #928ACD is Cyan = 0.29, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 146 138 205 -
CMYK 0.29 0.33 0 0.20
HSL 247.16º 0.4% 0.67% -
HSV(B) 247.16º 0.33% 0.8% -
XYZ 31.96 28.7 61.61 -
YUV 148.03 160.15 126.55 -
System Red Green Blue C M Y K H S L
Decimal 146 138 205 0.29 0.33 0 0.20 247.16 0.4 0.67
Hex 92 8A CD 1D 21 0 14 F7 28 43
Octal 222 212 315 35 41 0 24 367 50 103
Binary 10010010 10001010 11001101 11101 100001 0 10100 11110111 101000 1000011

Color Harmonies of #928ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #928ACD

Black with #928ACD

Text Example


Text Example

White with #928ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #928ACD; }

 p { color: rgb(146,138,205); }

 H1.HeaderClassName
 {
   color: #928ACD;
 }
 .AnyTagClassName
 {
   color: #928ACD;
 }
</style>

background-color css

<style>
 a { background-color: #928ACD; }

 a { background-color: rgb(146,138,205); }

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

border-color css

<style>
 span { border-color: #928ACD; }

 span { border-color: rgb(146,138,205); }

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